Class: Aws::APIGateway::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

The request has reached its throttling limit. Retry after the specified time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5156
5157
5158
5159
5160
5161
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5156

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

#retry_after_secondsString

Returns:

  • (String)


5156
5157
5158
5159
5160
5161
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5156

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