ResizeRequestStatusLastAttemptErrorErrorErrorDetailLocalizedMessage

data class ResizeRequestStatusLastAttemptErrorErrorErrorDetailLocalizedMessage(val locale: String? = null, val message: String? = null)

Constructors

constructor(locale: String? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locale: String? = null

(Output) The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"

Link copied to clipboard
val message: String? = null

(Output) The localized error message in the above locale.