Class: Aws::Types::ClientVpnConnectionStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClientVpnConnectionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "active", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "active", ...
Returns the value of attribute code.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def @message end |