Class: Aws::Types::FailedConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FailedConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_status_code ⇒ ::Integer
Returns the value of attribute error_status_code.
Instance Attribute Details
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
377 378 379 |
# File 'sig/types.rbs', line 377 def configuration_id @configuration_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
379 380 381 |
# File 'sig/types.rbs', line 379 def @error_message end |
#error_status_code ⇒ ::Integer
Returns the value of attribute error_status_code.
378 379 380 |
# File 'sig/types.rbs', line 378 def error_status_code @error_status_code end |