Class: Aws::MedicalImaging::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
The request caused a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1433 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |