Class: Aws::Types::ApplicationStatusReason
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationStatusReason
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
504 505 506 |
# File 'sig/types.rbs', line 504 def code @code end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
506 507 508 |
# File 'sig/types.rbs', line 506 def protocol @protocol end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
505 506 507 |
# File 'sig/types.rbs', line 505 def status_code @status_code end |