Class: Aws::ECR::Types::ImageFailure

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

Overview

An object representing an Amazon ECR image failure.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_codeString

The code associated with the failure.

Returns:

  • (String)


816
817
818
819
820
821
# File 'lib/aws-sdk-ecr/types.rb', line 816

class ImageFailure < Struct.new(
  :image_id,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end

#failure_reasonString

The reason for the failure.

Returns:

  • (String)


816
817
818
819
820
821
# File 'lib/aws-sdk-ecr/types.rb', line 816

class ImageFailure < Struct.new(
  :image_id,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end

#image_idTypes::ImageIdentifier

The image ID associated with the failure.



816
817
818
819
820
821
# File 'lib/aws-sdk-ecr/types.rb', line 816

class ImageFailure < Struct.new(
  :image_id,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end