Class: Aws::DataZone::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- 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
14060 14061 14062 14063 14064 |
# File 'lib/aws-sdk-datazone/types.rb', line 14060 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |