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.
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.
816 817 818 |
# File 'sig/types.rbs', line 816 def @error_message end |
#phone_number_id ⇒ ::String
Returns the value of attribute phone_number_id.
814 815 816 |
# File 'sig/types.rbs', line 814 def phone_number_id @phone_number_id end |