Class: Aws::ECR::Types::LayerAlreadyExistsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

The image layer already exists in the associated repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


2217
2218
2219
2220
2221
# File 'lib/aws-sdk-ecr/types.rb', line 2217

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