Class: Aws::Types::UnauthorizedClientException

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


905
906
907
# File 'sig/types.rbs', line 905

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def message
  @message
end