Class: Aws::Types::InboundConnectionStatus
- Inherits:
-
Object
- Object
- Aws::Types::InboundConnectionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status_code ⇒ "PENDING_ACCEPTANCE", ...
Returns the value of attribute status_code.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def @message end |
#status_code ⇒ "PENDING_ACCEPTANCE", ...
Returns the value of attribute status_code.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def status_code @status_code end |