Class: Aws::TimestreamWrite::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
Too many requests were made by a user and they exceeded the service quotas. The request was throttled.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1564 1565 1566 1567 1568  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 1564 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |