Class: Aws::CustomerProfiles::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
6888 6889 6890 6891 6892 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6888 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |