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

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

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

Overview

An object representing an Amazon ECR image failure.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_codeString

The code associated with the failure.

Possible values:

  • InvalidImageDigest
  • InvalidImageTag
  • ImageTagDoesNotMatchDigest
  • ImageNotFound
  • MissingDigestAndTag
  • ImageReferencedByManifestList
  • KmsError

Returns:

  • (String)

    The code associated with the failure.

#failure_reasonString

The reason for the failure.

Returns:

  • (String)

    The reason for the failure.

#image_idTypes::ImageIdentifier

The image ID associated with the failure.

Returns: