Class: Aws::Types::PhoneNumberError
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "BadRequest", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
Instance Attribute Details
#error_code ⇒ "BadRequest", ...
Returns the value of attribute error_code.
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.
640 641 642 |
# File 'sig/types.rbs', line 640 def end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
638 639 640 |
# File 'sig/types.rbs', line 638 def phone_number_id @phone_number_id end |