Class: Aws::XRay::Types::ThrottledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ThrottledException
- Includes:
- Structure
- Defined in:
- 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
3355 3356 3357 3358 3359 |
# File 'lib/aws-sdk-xray/types.rb', line 3355 class ThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |