Class: Aws::Types::PhoneNumberStatus
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status ⇒ "CLAIMED", ...
Returns the value of attribute status.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
6218 6219 6220 |
# File 'sig/types.rbs', line 6218 def @message end |
#status ⇒ "CLAIMED", ...
Returns the value of attribute status.
6217 6218 6219 |
# File 'sig/types.rbs', line 6217 def status @status end |