Class: Aws::ApplicationSignals::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
The request was throttled because of quota limits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3819 3820 3821 3822 3823 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3819 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |