Class: Aws::Lambda::Types::TooManyRequestsException

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

Overview

The request throughput limit was exceeded. For more information, see [Lambda quotas].

[1]: docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
5869
5870
# File 'lib/aws-sdk-lambda/types.rb', line 5863

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

#reasonString

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
5869
5870
# File 'lib/aws-sdk-lambda/types.rb', line 5863

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

#retry_after_secondsString

The number of seconds the caller should wait before retrying.

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
5869
5870
# File 'lib/aws-sdk-lambda/types.rb', line 5863

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

#typeString

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
5869
5870
# File 'lib/aws-sdk-lambda/types.rb', line 5863

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