Class: Aws::ECR::Types::UnableToGetUpstreamImageException

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

Overview

The image or images were unable to be pulled using the pull through cache rule. This is usually caused because of an issue with the Secrets Manager secret containing the credentials for the upstream registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4182
4183
4184
4185
4186
# File 'lib/aws-sdk-ecr/types.rb', line 4182

class UnableToGetUpstreamImageException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end