Class: Aws::Inspector2::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/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
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource that exceeds a service quota.
Instance Attribute Details
#message ⇒ String
6457 6458 6459 6460 6461 6462 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6457 class ServiceQuotaExceededException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that exceeds a service quota.
6457 6458 6459 6460 6461 6462 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6457 class ServiceQuotaExceededException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |