Class: Aws::XRay::Types::ThrottledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ThrottledException
- Defined in:
- gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb
Overview
The request exceeds the maximum number of requests per second.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3485 3486 3487 3488 3489 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3485 class ThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |