Class: Aws::ObservabilityAdmin::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
The request throughput limit was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2650 2651 2652 2653 2654 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 2650 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |