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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9836 9837 9838 9839 9840 9841 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9836 class PayloadTooLargeException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
9836 9837 9838 9839 9840 9841 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9836 class PayloadTooLargeException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |