Class: Aws::Types::ExpressGatewayServiceStatus
- Inherits:
-
Object
- Object
- Aws::Types::ExpressGatewayServiceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status_code ⇒ "ACTIVE", ...
Returns the value of attribute status_code.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#status_code ⇒ "ACTIVE", ...
Returns the value of attribute status_code.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def status_code @status_code end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def status_reason @status_reason end |