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.
6223 6224 6225 |
# File 'sig/types.rbs', line 6223 def @message end |
#status ⇒ "CLAIMED", ...
Returns the value of attribute status.
6222 6223 6224 |
# File 'sig/types.rbs', line 6222 def status @status end |