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
      5076 5077 5078 5079 5080  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 5076 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |