Class: Aws::Finspace::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
You have exceeded your service quota. To perform the requested action, remove some of the relevant resources, or use Service Quotas to request a service quota increase.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4638 4639 4640 4641 4642 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4638 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |