Class: Aws::AuditManager::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4341 4342 4343 4344 4345 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4341 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |