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
2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-xray/types.rb', line 2957 class ThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |