Class: Aws::IoT::Errors::TransferConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoT::Errors::TransferConflictException
- Defined in:
- lib/aws-sdk-iot/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TransferConflictException
constructor
A new instance of TransferConflictException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TransferConflictException
Returns a new instance of TransferConflictException.
510 511 512 |
# File 'lib/aws-sdk-iot/errors.rb', line 510 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
515 516 517 |
# File 'lib/aws-sdk-iot/errors.rb', line 515 def @message || @data[:message] end |