Class: Aws::Types::BadRequestException

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")


103
104
105
# File 'sig/types.rbs', line 103

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def message
  @message
end