Class: Aws::AutoScaling::Types::BatchPutScheduledUpdateGroupActionAnswer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#failed_scheduled_update_group_actionsArray<Types::FailedScheduledUpdateGroupActionRequest>

The names of the scheduled actions that could not be created or updated, including an error message.



545
546
547
548
# File 'lib/aws-sdk-autoscaling/types.rb', line 545

class BatchPutScheduledUpdateGroupActionAnswer < Struct.new(
  :failed_scheduled_update_group_actions)
  include Aws::Structure
end