Class: Aws::LambdaCore::Errors::TooManyRequestsException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-lambdacore/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException

Returns a new instance of TooManyRequestsException.

Parameters:



148
149
150
# File 'lib/aws-sdk-lambdacore/errors.rb', line 148

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


163
# File 'lib/aws-sdk-lambdacore/errors.rb', line 163

def message: () -> ::String

#reasonString

Returns:

  • (String)


168
# File 'lib/aws-sdk-lambdacore/errors.rb', line 168

def reason: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


153
# File 'lib/aws-sdk-lambdacore/errors.rb', line 153

def retry_after_seconds: () -> ::String

#typeString

Returns:

  • (String)


158
# File 'lib/aws-sdk-lambdacore/errors.rb', line 158

def type: () -> ::String