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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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

Returns:

  • (String)


6431
6432
6433
6434
6435
6436
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6431

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

#resource_idString

The ID of the resource that exceeds a service quota.

Returns:

  • (String)


6431
6432
6433
6434
6435
6436
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6431

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