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
5030 5031 5032 5033 5034 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 5030 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |