Class: Aws::MedicalImaging::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
The request was denied due to throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1563 1564 1565 1566 1567 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1563 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |