Class: Aws::NetworkFirewall::Types::InsufficientCapacityException

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

Overview

Amazon Web Services doesn't currently have enough available capacity to fulfill your request. Try your request later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


5036
5037
5038
5039
5040
# File 'lib/aws-sdk-networkfirewall/types.rb', line 5036

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