Class: Aws::LambdaMicrovms::Types::InsufficientCapacityException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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