Class: Aws::ECR::Errors::LayerAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECR::Errors::LayerAlreadyExistsException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LayerAlreadyExistsException
constructor
A new instance of LayerAlreadyExistsException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LayerAlreadyExistsException
Returns a new instance of LayerAlreadyExistsException.
257 258 259 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 257 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
262 263 264 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 262 def @message || @data[:message] end |