Class: Aws::Types::ServiceUnavailableException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"BadRequest", ...

Returns the value of attribute code.

Returns:

  • ("BadRequest", "Conflict", "Forbidden", "NotFound", "PreconditionFailed", "ResourceLimitExceeded", "ServiceFailure", "AccessDenied", "ServiceUnavailable", "Throttled", "Throttling", "Unauthorized", "Unprocessable", "VoiceConnectorGroupAssociationsExist", "PhoneNumberAssociationsExist")


864
865
866
# File 'sig/types.rbs', line 864

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def message
  @message
end