Class: Aws::AutoScaling::Types::FailedScheduledUpdateGroupActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::FailedScheduledUpdateGroupActionRequest
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Describes a scheduled action that could not be created, updated, or deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message accompanying the error code.
-
#scheduled_action_name ⇒ String
The name of the scheduled action.
Instance Attribute Details
#error_code ⇒ String
The error code.
3101 3102 3103 3104 3105 3106 3107 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3101 class FailedScheduledUpdateGroupActionRequest < Struct.new( :scheduled_action_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message accompanying the error code.
3101 3102 3103 3104 3105 3106 3107 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3101 class FailedScheduledUpdateGroupActionRequest < Struct.new( :scheduled_action_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#scheduled_action_name ⇒ String
The name of the scheduled action.
3101 3102 3103 3104 3105 3106 3107 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 3101 class FailedScheduledUpdateGroupActionRequest < Struct.new( :scheduled_action_name, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |