Class: Aws::EMRServerless::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
The maximum number of resources per account has been reached.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1529 1530 1531 1532 1533 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1529 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |