Class: Aws::ForecastQueryService::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastQueryService::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastqueryservice/types.rb
Overview
The limit on the number of requests per second has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
98 99 100 101 102 |
# File 'lib/aws-sdk-forecastqueryservice/types.rb', line 98 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |