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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/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)


3508
3509
3510
3511
3512
3513
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3508

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

#retry_after_secondsString

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 3508

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