Class: Aws::EntityResolution::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
2863 2864 2865 2866 2867 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2863 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |