Class: Aws::Athena::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Indicates that the request was throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the query throttling, for example, when it exceeds the concurrent query limit.
Instance Attribute Details
#message ⇒ String
4436 4437 4438 4439 4440 4441 |
# File 'lib/aws-sdk-athena/types.rb', line 4436 class TooManyRequestsException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the query throttling, for example, when it exceeds the concurrent query limit.
4436 4437 4438 4439 4440 4441 |
# File 'lib/aws-sdk-athena/types.rb', line 4436 class TooManyRequestsException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |