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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5863
5864
5865
5866
5867
5868
5869
5870
# File 'gems/aws-sdk-lambda/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 'gems/aws-sdk-lambda/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 'gems/aws-sdk-lambda/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 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5863

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