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.
3557 3558 3559 3560 3561 |
# File 'lib/aws-sdk-ecr/types.rb', line 3557 class RepositoryAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |