Class: Aws::ComprehendMedical::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
You have made too many requests within a short period of time. Wait for a short time and then try your request again. Contact customer support for more information about a service limit increase.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 2124 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |