Class: Aws::Pinpoint::Types::PayloadTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::PayloadTooLargeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about an API request or response.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11537 11538 11539 11540 11541 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11537 class PayloadTooLargeException < Struct.new( :message, :request_id) include Aws::Structure end |
#request_id ⇒ String
11537 11538 11539 11540 11541 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 11537 class PayloadTooLargeException < Struct.new( :message, :request_id) include Aws::Structure end |