Class: Aws::ECR::Types::PullThroughCacheRuleNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PullThroughCacheRuleNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The pull through cache rule was not found. Specify a valid pull through cache rule and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-ecr/types.rb', line 2974 class PullThroughCacheRuleNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |