Class: Aws::Types::PhoneNumberError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

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


639
640
641
# File 'sig/types.rbs', line 639

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def error_message
  @error_message
end

#phone_number_id::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def phone_number_id
  @phone_number_id
end