Class: Aws::NetworkFirewall::Types::InsufficientCapacityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::InsufficientCapacityException
- 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
#message ⇒ String
2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2207 class InsufficientCapacityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |