Class: Aws::LocationService::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
The request was denied because of request throttling.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      6413 6414 6415 6416 6417  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 6413 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |