Class: Aws::Pinpoint::Types::PayloadTooLargeException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


9805
9806
9807
9808
9809
9810
# File 'lib/aws-sdk-pinpoint/types.rb', line 9805

class PayloadTooLargeException < Struct.new(
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

Returns:

  • (String)


9805
9806
9807
9808
9809
9810
# File 'lib/aws-sdk-pinpoint/types.rb', line 9805

class PayloadTooLargeException < Struct.new(
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end