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.
695 696 697 |
# File 'sig/types.rbs', line 695 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
696 697 698 |
# File 'sig/types.rbs', line 696 def @error_message end |
#scheduled_action_name ⇒ ::String
Returns the value of attribute scheduled_action_name.
694 695 696 |
# File 'sig/types.rbs', line 694 def scheduled_action_name @scheduled_action_name end |