Class: Aws::IoTDataPlane::Types::RequestEntityTooLargeException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTDataPlane::Types::RequestEntityTooLargeException
 
- Defined in:
- gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb
Overview
The payload exceeds the maximum size allowed.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The message for the exception. 
Instance Attribute Details
#message ⇒ String
The message for the exception.
| 391 392 393 394 395 | # File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 391 class RequestEntityTooLargeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |