Class: Aws::Omics::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
The request exceeds a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7646 7647 7648 7649 7650 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7646 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |