Class: Aws::GeoPlaces::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3249 3250 3251 3252 3253 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3249 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |