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)


6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6411

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

#reasonString

Returns:

  • (String)


6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6411

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)


6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6411

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

#typeString

Returns:

  • (String)


6411
6412
6413
6414
6415
6416
6417
6418
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6411

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