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
5025 5026 5027 5028 5029 |
# File 'lib/aws-sdk-ecr/types.rb', line 5025 class UnableToGetUpstreamLayerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |