Class: Aws::LookoutMetrics::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
The request was denied due to too many requests being submitted at the same time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2649 2650 2651 2652 2653 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2649 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |