Class: Aws::Snowball::Errors::ReturnShippingLabelAlreadyExistsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ReturnShippingLabelAlreadyExistsException.

Parameters:



198
199
200
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/errors.rb', line 198

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

Instance Method Details

#messageString

Returns:

  • (String)


203
204
205
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/errors.rb', line 203

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