Class: Aws::ECR::Errors::InvalidLayerException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidLayerException

Returns a new instance of InvalidLayerException.

Parameters:



155
156
157
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 155

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


160
161
162
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 160

def message
  @message || @data[:message]
end