Class: Aws::ECR::Types::LayerFailure

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

Overview

An object representing an Amazon ECR image layer failure.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_codeString

The failure code associated with the failure.

Returns:

  • (String)


939
940
941
942
943
944
# File 'lib/aws-sdk-ecr/types.rb', line 939

class LayerFailure < Struct.new(
  :layer_digest,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end

#failure_reasonString

The reason for the failure.

Returns:

  • (String)


939
940
941
942
943
944
# File 'lib/aws-sdk-ecr/types.rb', line 939

class LayerFailure < Struct.new(
  :layer_digest,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end

#layer_digestString

The layer digest associated with the failure.

Returns:

  • (String)


939
940
941
942
943
944
# File 'lib/aws-sdk-ecr/types.rb', line 939

class LayerFailure < Struct.new(
  :layer_digest,
  :failure_code,
  :failure_reason)
  include Aws::Structure
end