Class: Aws::IoT::Errors::TransferConflictException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TransferConflictException.

Parameters:



510
511
512
# File 'lib/aws-sdk-iot/errors.rb', line 510

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

Instance Method Details

#messageString

Returns:

  • (String)


515
516
517
# File 'lib/aws-sdk-iot/errors.rb', line 515

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