Class: Aws::ApplicationSignals::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-applicationsignals/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 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 3819 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |