Class: Aws::IoTDataPlane::Types::RequestEntityTooLargeException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


351
352
353
354
355
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 351

class RequestEntityTooLargeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end