Resize Request Status Last Attempt Error Error
data class ResizeRequestStatusLastAttemptErrorError(val code: String? = null, val errorDetails: List<ResizeRequestStatusLastAttemptErrorErrorErrorDetail>? = null, val location: String? = null, val message: String? = null)
Constructors
Link copied to clipboard
constructor(code: String? = null, errorDetails: List<ResizeRequestStatusLastAttemptErrorErrorErrorDetail>? = null, location: String? = null, message: String? = null)
Properties
Link copied to clipboard
(Output) Output Only An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED. Structure is documented below.