Class: Aws::LambdaMicrovms::Types::TooManyRequestsException

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

Overview

The request throughput limit was exceeded. Retry the request later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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

#typeString

The exception type.

Returns:

  • (String)


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

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