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)


6357
6358
6359
6360
6361
6362
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6357

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)


6357
6358
6359
6360
6361
6362
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6357

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