Class: Aws::ECR::Types::UnableToGetUpstreamImageException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UnableToGetUpstreamImageException
- Defined in:
- gems/aws-sdk-ecr/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
#message ⇒ String
5011 5012 5013 5014 5015 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 5011 class UnableToGetUpstreamImageException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |