Class: Aws::ECRPublic::Types::LayerAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::LayerAlreadyExistsException
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
The image layer already exists in the associated repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1076 1077 1078 1079 1080 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1076 class LayerAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |