Class: Aws::Types::ConfigurationStatus
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ConfigurationErrorDetails
Returns the value of attribute error.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
Instance Attribute Details
#error ⇒ Types::ConfigurationErrorDetails
Returns the value of attribute error.
809 810 811 |
# File 'sig/types.rbs', line 809 def error @error end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
808 809 810 |
# File 'sig/types.rbs', line 808 def state @state end |