Class: Aws::Detective::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- 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
- #message ⇒ String
-
#resources ⇒ Array<String>
The type of resource that has exceeded the service quota.
Instance Attribute Details
#message ⇒ String
1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-detective/types.rb', line 1571 class ServiceQuotaExceededException < Struct.new( :message, :resources) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<String>
The type of resource that has exceeded the service quota.
1571 1572 1573 1574 1575 1576 |
# File 'lib/aws-sdk-detective/types.rb', line 1571 class ServiceQuotaExceededException < Struct.new( :message, :resources) SENSITIVE = [] include Aws::Structure end |