Class: Aws::AutoScaling::Types::BatchDeleteScheduledActionAnswer

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_scheduled_actionsArray<Types::FailedScheduledUpdateGroupActionRequest>

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



710
711
712
713
714
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 710

class BatchDeleteScheduledActionAnswer < Struct.new(
  :failed_scheduled_actions)
  SENSITIVE = []
  include Aws::Structure
end