Class: Aws::ApiGatewayManagementApi::Types::PayloadTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayManagementApi::Types::PayloadTooLargeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewaymanagementapi/types.rb
Overview
The data has exceeded the maximum size allowed.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
77 78 79 80 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 77 class PayloadTooLargeException < Struct.new( :message) include Aws::Structure end |