Class: Aws::APIGateway::Types::LimitExceededException

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

Overview

The request exceeded the rate limit. Retry after the specified time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4969
4970
4971
4972
4973
4974
# File 'lib/aws-sdk-apigateway/types.rb', line 4969

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

#retry_after_secondsString

Returns:

  • (String)


4969
4970
4971
4972
4973
4974
# File 'lib/aws-sdk-apigateway/types.rb', line 4969

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