You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Possible values:

  • InvalidLayerDigest
  • MissingLayerDigest

Returns:

  • (String)

    The failure code associated with the failure.

#failure_reasonString

The reason for the failure.

Returns:

  • (String)

    The reason for the failure.

#layer_digestString

The layer digest associated with the failure.

Returns:

  • (String)

    The layer digest associated with the failure.