Inspector2 / Client / get_ec2_deep_inspection_configuration
get_ec2_deep_inspection_configuration¶
- Inspector2.Client.get_ec2_deep_inspection_configuration()¶
- Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your account. - See also: AWS API Documentation - Request Syntax- response = client.get_ec2_deep_inspection_configuration() - Return type:
- dict 
- Returns:
- Response Syntax- { 'packagePaths': [ 'string', ], 'orgPackagePaths': [ 'string', ], 'status': 'ACTIVATED'|'DEACTIVATED'|'PENDING'|'FAILED', 'errorMessage': 'string' } - Response Structure- (dict) – - packagePaths (list) – - The Amazon Inspector deep inspection custom paths for your account. - (string) – 
 
- orgPackagePaths (list) – - The Amazon Inspector deep inspection custom paths for your organization. - (string) – 
 
- status (string) – - The activation status of Amazon Inspector deep inspection in your account. 
- errorMessage (string) – - An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account. 
 
 
 - Exceptions- Inspector2.Client.exceptions.AccessDeniedException
- Inspector2.Client.exceptions.ResourceNotFoundException
- Inspector2.Client.exceptions.ThrottlingException
- Inspector2.Client.exceptions.InternalServerException