Class: Aws::EntityResolution::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3291 3292 3293 3294 3295 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3291 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |