Class: Aws::ECS::Types::Failure

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

Overview

A failed resource. For a list of common causes, see [API failure reasons] in the *Amazon Elastic Container Service Developer Guide*.

[1]: docs.aws.amazon.com/AmazonECS/latest/developerguide/api_failures_messages.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the failed resource.

Returns:

  • (String)


5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-ecs/types.rb', line 5022

class Failure < Struct.new(
  :arn,
  :reason,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#detailString

The details of the failure.

Returns:

  • (String)


5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-ecs/types.rb', line 5022

class Failure < Struct.new(
  :arn,
  :reason,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the failure.

Returns:

  • (String)


5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-ecs/types.rb', line 5022

class Failure < Struct.new(
  :arn,
  :reason,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end