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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7132
7133
7134
7135
7136
7137
# File 'lib/aws-sdk-apigateway/types.rb', line 7132

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

#retry_after_secondsString

Returns:

  • (String)


7132
7133
7134
7135
7136
7137
# File 'lib/aws-sdk-apigateway/types.rb', line 7132

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