Class: Aws::Types::ClientVpnEndpointStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnEndpointStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "pending-associate", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "pending-associate", ...
Returns the value of attribute code.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def @message end |