Class: Aws::GeoPlaces::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


3832
3833
3834
3835
3836
# File 'lib/aws-sdk-geoplaces/types.rb', line 3832

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end