Class: Aws::ECR::Types::RepositoryAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::RepositoryAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The specified repository already exists in the specified registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
3619 3620 3621 3622 3623 |
# File 'lib/aws-sdk-ecr/types.rb', line 3619 class RepositoryAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |