Class: Aws::LambdaMicrovms::Types::InsufficientCapacityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::InsufficientCapacityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambdamicrovms/types.rb
Overview
There is insufficient capacity to fulfill the request. Retry the request later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
882 883 884 885 886 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 882 class InsufficientCapacityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |