Class: Aws::ECR::Types::TemplateAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::TemplateAlreadyExistsException
- Includes:
- Structure
- Defined in:
- 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
4189 4190 4191 4192 4193 |
# File 'lib/aws-sdk-ecr/types.rb', line 4189 class TemplateAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |