Class: Aws::ECR::Types::RepositoryAlreadyExistsException

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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


3557
3558
3559
3560
3561
# File 'lib/aws-sdk-ecr/types.rb', line 3557

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