Class: Aws::GlueDataBrew::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
A service quota is exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4592 4593 4594 4595 4596 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 4592 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |