Class: Aws::Types::PhoneNumberError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:phone_number_id])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"BadRequest", ...

Returns the value of attribute error_code.

Returns:

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


815
816
817
# File 'sig/types.rbs', line 815

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def error_message
  @error_message
end

#phone_number_id::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def phone_number_id
  @phone_number_id
end