Class: Aws::LambdaMicrovms::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::TooManyRequestsException
- 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
- #message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ 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 |
#type ⇒ String
The exception type.
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 |