Class: Aws::Athena::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


4340
4341
4342
4343
4344
4345
# File 'lib/aws-sdk-athena/types.rb', line 4340

class TooManyRequestsException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the query throttling, for example, when it exceeds the concurrent query limit.

Returns:

  • (String)


4340
4341
4342
4343
4344
4345
# File 'lib/aws-sdk-athena/types.rb', line 4340

class TooManyRequestsException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end