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
3718 3719 3720 3721 3722 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3718 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |