Resize Request Status Last Attempt
data class ResizeRequestStatusLastAttempt(val errors: List<ResizeRequestStatusLastAttemptError>? = null)
Properties
Link copied to clipboard
(Output) Output only Fatal errors encountered during the queueing or provisioning phases of the ResizeRequest that caused the transition to the FAILED state. Contrary to the lastAttempt errors, this field is final and errors are never removed from here, as the ResizeRequest is not going to retry. Structure is documented below.