Class: Aws::IoTDataPlane::Types::RequestEntityTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::RequestEntityTooLargeException
- Includes:
- Structure
- Defined in:
- 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.
351 352 353 354 355 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 351 class RequestEntityTooLargeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |