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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



4891
4892
4893
4894
4895
4896
4897
4898
# File 'lib/aws-sdk-lambda/types.rb', line 4891

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

#reasonString



4891
4892
4893
4894
4895
4896
4897
4898
# File 'lib/aws-sdk-lambda/types.rb', line 4891

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.



4891
4892
4893
4894
4895
4896
4897
4898
# File 'lib/aws-sdk-lambda/types.rb', line 4891

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

#typeString



4891
4892
4893
4894
4895
4896
4897
4898
# File 'lib/aws-sdk-lambda/types.rb', line 4891

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