Class: Aws::HealthLake::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
The request exceeds the service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the error.
Instance Attribute Details
#message ⇒ String
A message describing the error.
1873 1874 1875 1876 1877 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1873 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |