Class: Aws::CodeGuruProfiler::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/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.
[1]: docs.aws.amazon.com/servicequotas/latest/userguide/intro.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1821 1822 1823 1824 1825 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 1821 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |