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
6411 6412 6413 6414 6415 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6411 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |