Class: Aws::ECS::Types::RunTaskResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failuresArray<Types::Failure>

Any failures associated with the call.

For information about how to address failures, see [Service event messages] and [API failure reasons] in the *Amazon Elastic Container Service Developer Guide*.

[1]: docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages.html#service-event-messages-list [2]: docs.aws.amazon.com/AmazonECS/latest/developerguide/api_failures_messages.html

Returns:



8762
8763
8764
8765
8766
8767
# File 'lib/aws-sdk-ecs/types.rb', line 8762

class RunTaskResponse < Struct.new(
  :tasks,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end

#tasksArray<Types::Task>

A full description of the tasks that were run. The tasks that were successfully placed on your cluster are described here.

Returns:



8762
8763
8764
8765
8766
8767
# File 'lib/aws-sdk-ecs/types.rb', line 8762

class RunTaskResponse < Struct.new(
  :tasks,
  :failures)
  SENSITIVE = []
  include Aws::Structure
end