Class: Aws::Types::FailedScheduledUpdateGroupActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::FailedScheduledUpdateGroupActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
701 702 703 |
# File 'sig/types.rbs', line 701 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
702 703 704 |
# File 'sig/types.rbs', line 702 def @error_message end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
700 701 702 |
# File 'sig/types.rbs', line 700 def scheduled_action_name @scheduled_action_name end |