Class: Aws::Types::ClientVpnEndpointAttributeStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnEndpointAttributeStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "applying", "applied"
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "applying", "applied"
Returns the value of attribute code.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def @message end |