Class: Aws::ECR::Types::TemplateNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::TemplateNotFoundException
- Defined in:
- gems/aws-sdk-ecr/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
4141 4142 4143 4144 4145 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4141 class TemplateNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |