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
7934 7935 7936 7937 7938 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7934 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |