Class: Aws::NetworkFirewall::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Unable to process the request due to throttling limitations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4248 4249 4250 4251 4252 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4248 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |