Class: Aws::ApiGatewayManagementApi::Types::PayloadTooLargeException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewaymanagementapi/types.rb

Overview

The data has exceeded the maximum size allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


91
92
93
94
95
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 91

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