Inspector#
Client#
- class Inspector.Client#
A low-level client representing Amazon Inspector
Amazon Inspector enables you to analyze the behavior of your AWS resources and to identify potential security issues. For more information, see Amazon Inspector User Guide.
client = session.create_client('inspector')
These are the available methods:
- add_attributes_to_findings
- can_paginate
- close
- create_assessment_target
- create_assessment_template
- create_exclusions_preview
- create_resource_group
- delete_assessment_run
- delete_assessment_target
- delete_assessment_template
- describe_assessment_runs
- describe_assessment_targets
- describe_assessment_templates
- describe_cross_account_access_role
- describe_exclusions
- describe_findings
- describe_resource_groups
- describe_rules_packages
- get_assessment_report
- get_exclusions_preview
- get_paginator
- get_telemetry_metadata
- get_waiter
- list_assessment_run_agents
- list_assessment_runs
- list_assessment_targets
- list_assessment_templates
- list_event_subscriptions
- list_exclusions
- list_findings
- list_rules_packages
- list_tags_for_resource
- preview_agents
- register_cross_account_access_role
- remove_attributes_from_findings
- set_tags_for_resource
- start_assessment_run
- stop_assessment_run
- subscribe_to_event
- unsubscribe_from_event
- update_assessment_target
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
- AccessDeniedException
- AgentsAlreadyRunningAssessmentException
- AssessmentRunInProgressException
- InternalException
- InvalidCrossAccountRoleException
- InvalidInputException
- LimitExceededException
- NoSuchEntityException
- PreviewGenerationInProgressException
- ServiceTemporarilyUnavailableException
- UnsupportedFeatureException
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: