Class: Aws::AuditManager::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-auditmanager/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
4165 4166 4167 4168 4169 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4165 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |