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.
6064 6065 6066 |
# File 'sig/types.rbs', line 6064 def @message end |
#status ⇒ "CLAIMED", ...
Returns the value of attribute status.
6063 6064 6065 |
# File 'sig/types.rbs', line 6063 def status @status end |