AuditManager.Client.
get_services_in_scope
()¶Returns a list of all of the Amazon Web Services that you can choose to include in your assessment. When you create an assessment, specify which of these services you want to include to narrow the assessment's scope.
See also: AWS API Documentation
Request Syntax
response = client.get_services_in_scope()
{
'serviceMetadata': [
{
'name': 'string',
'displayName': 'string',
'description': 'string',
'category': 'string'
},
]
}
Response Structure
The metadata that's associated with the Amazon Web Service.
The metadata that's associated with the Amazon Web Service.
The name of the Amazon Web Service.
The display name of the Amazon Web Service.
The description of the Amazon Web Service.
The category that the Amazon Web Service belongs to, such as compute, storage, or database.
Exceptions
AuditManager.Client.exceptions.AccessDeniedException
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.InternalServerException