Class: Aws::ECR::Types::TemplateAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::TemplateAlreadyExistsException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The repository creation template already exists. Specify a unique prefix and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4133 4134 4135 4136 4137 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4133 class TemplateAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |