Class: Aws::Detective::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

This request cannot be completed for one of the following reasons.

  • This request cannot be completed if it would cause the number of member accounts in the behavior graph to exceed the maximum allowed. A behavior graph cannot have more than 1,200 member accounts.

  • This request cannot be completed if the current volume ingested is above the limit of 10 TB per day. Detective will not allow you to add additional member accounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1571

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

#resourcesArray<String>

The type of resource that has exceeded the service quota.

Returns:

  • (Array<String>)


1571
1572
1573
1574
1575
1576
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1571

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