Class: Aws::Types::NotFoundException

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


721
722
723
# File 'sig/types.rbs', line 721

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def message
  @message
end