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)


8899
8900
8901
8902
8903
8904
8905
8906
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8899

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

#reasonString

Returns:

  • (String)


8899
8900
8901
8902
8903
8904
8905
8906
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8899

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)


8899
8900
8901
8902
8903
8904
8905
8906
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8899

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

#typeString

Returns:

  • (String)


8899
8900
8901
8902
8903
8904
8905
8906
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 8899

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