Class: Aws::DataZone::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The request has exceeded the specified service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
19191 19192 19193 19194 19195 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19191 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |