Class: Aws::Inspector2::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString



8018
8019
8020
8021
8022
8023
# File 'lib/aws-sdk-inspector2/types.rb', line 8018

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource that exceeds a service quota.



8018
8019
8020
8021
8022
8023
# File 'lib/aws-sdk-inspector2/types.rb', line 8018

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end