Class: Aws::Pinpoint::Types::PayloadTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::PayloadTooLargeException
- Defined in:
- gems/aws-sdk-pinpoint/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
9805 9806 9807 9808 9809 9810 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9805 class PayloadTooLargeException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
9805 9806 9807 9808 9809 9810 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9805 class PayloadTooLargeException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |