Class: Aws::CloudControlApi::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudControlApi::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudcontrolapi/types.rb
 
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      944 945 946 947 948  | 
    
      # File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 944 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |