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

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_update_group_actionsArray<Types::FailedScheduledUpdateGroupActionRequest>

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



741
742
743
744
745
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 741

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