Class: Aws::ObservabilityAdmin::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-observabilityadmin/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
1253 1254 1255 1256 1257 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1253 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |