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

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

Overview

An object representing an Amazon ECR image failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_codeString

The code associated with the failure.

Returns:

  • (String)


1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1821

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

#failure_reasonString

The reason for the failure.

Returns:

  • (String)


1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1821

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

#image_idTypes::ImageIdentifier

The image ID associated with the failure.



1821
1822
1823
1824
1825
1826
1827
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1821

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