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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewaymanagementapi/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)


77
78
79
80
81
# File 'gems/aws-sdk-apigatewaymanagementapi/lib/aws-sdk-apigatewaymanagementapi/types.rb', line 77

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