Class: Aws::IoT::Errors::TransferAlreadyCompletedException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::IoT::Errors::TransferAlreadyCompletedException
 
 
- Defined in:
 - lib/aws-sdk-iot/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TransferAlreadyCompletedException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of TransferAlreadyCompletedException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TransferAlreadyCompletedException
Returns a new instance of TransferAlreadyCompletedException.
      495 496 497  | 
    
      # File 'lib/aws-sdk-iot/errors.rb', line 495 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      500 501 502  | 
    
      # File 'lib/aws-sdk-iot/errors.rb', line 500 def @message || @data[:message] end  |