Class: Aws::PrivateNetworks::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1669 1670 1671 1672 1673 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1669 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |