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)


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

#reasonString

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

Returns:

  • (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