Class: Aws::TrustedAdvisor::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Exception to notify that requests are being throttled
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1238 1239 1240 1241 1242 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 1238 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |