Class: Aws::ECR::Types::TemplateNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::TemplateNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The specified repository creation template can’t be found. Verify the registry ID and prefix and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4203 4204 4205 4206 4207 |
# File 'lib/aws-sdk-ecr/types.rb', line 4203 class TemplateNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |