Class: Aws::IoTDataPlane::Errors::RequestEntityTooLargeException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::IoTDataPlane::Errors::RequestEntityTooLargeException
 
- Defined in:
- gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ RequestEntityTooLargeException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RequestEntityTooLargeException. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestEntityTooLargeException
Returns a new instance of RequestEntityTooLargeException.
| 128 129 130 | # File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/errors.rb', line 128 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 133 134 135 | # File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/errors.rb', line 133 def @message || @data[:message] end |