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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ 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 |