Class: Aws::CustomerProfiles::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

You exceeded the maximum number of requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5041
5042
5043
5044
5045
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5041

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