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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/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

#messageString

Returns:

  • (String)


2336
2337
2338
2339
2340
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2336

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