Class: Aws::ECR::Types::UnableToGetUpstreamLayerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UnableToGetUpstreamLayerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
There was an issue getting the upstream layer matching the pull through cache rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4213 4214 4215 4216 4217 |
# File 'lib/aws-sdk-ecr/types.rb', line 4213 class UnableToGetUpstreamLayerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |