Class: Aws::Scheduler::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb
Overview
The request exceeds a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1089 1090 1091 1092 1093 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 1089 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |