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)


2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2053

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)


2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2053

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)


2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2053

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)


2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 2053

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