start_monitoring_member(**kwargs)¶Sends a request to enable data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED .
For valid member accounts, the status is updated as follows.
ENABLED .ACCEPTED_BUT_DISABLED .See also: AWS API Documentation
Request Syntax
response = client.start_monitoring_member(
GraphArn='string',
AccountId='string'
)
[REQUIRED]
The ARN of the behavior graph.
[REQUIRED]
The account ID of the member account to try to enable.
The account must be an invited member account with a status of ACCEPTED_BUT_DISABLED .
None
Exceptions
Detective.Client.exceptions.AccessDeniedExceptionDetective.Client.exceptions.ConflictExceptionDetective.Client.exceptions.InternalServerExceptionDetective.Client.exceptions.ResourceNotFoundExceptionDetective.Client.exceptions.ServiceQuotaExceededExceptionDetective.Client.exceptions.ValidationException