Class: Aws::LambdaMicrovms::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambdamicrovms/types.rb

Overview

The request was denied due to request throttling. Retry the request later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2033
2034
2035
2036
2037
2038
2039
2040
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2033

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

The quota code of the throttled service quota.

Returns:

  • (String)


2033
2034
2035
2036
2037
2038
2039
2040
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2033

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

The number of seconds to wait before retrying the request.

Returns:

  • (Integer)


2033
2034
2035
2036
2037
2038
2039
2040
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2033

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The service code of the throttled service quota.

Returns:

  • (String)


2033
2034
2035
2036
2037
2038
2039
2040
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2033

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end