Class: Aws::ECR::Types::TemplateAlreadyExistsException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4127
4128
4129
4130
4131
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4127

class TemplateAlreadyExistsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end