Class: Aws::Types::RuleGroupsNamespaceStatus
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupsNamespaceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status_code ⇒ "CREATING", ...
Returns the value of attribute status_code.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#status_code ⇒ "CREATING", ...
Returns the value of attribute status_code.
671 672 673 |
# File 'sig/types.rbs', line 671 def status_code @status_code end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
672 673 674 |
# File 'sig/types.rbs', line 672 def status_reason @status_reason end |