Class: Aws::Pinpoint::Types::TooManyRequestsException

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

#messageString

Returns:

  • (String)


12128
12129
12130
12131
12132
12133
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12128

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

#request_idString

Returns:

  • (String)


12128
12129
12130
12131
12132
12133
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12128

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