Class: Aws::Types::ConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute configuration_status.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#configuration_status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute configuration_status.
710 711 712 |
# File 'sig/types.rbs', line 710 def configuration_status @configuration_status end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
711 712 713 |
# File 'sig/types.rbs', line 711 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
712 713 714 |
# File 'sig/types.rbs', line 712 def @error_message end |