Amazon.Inspector.AmazonInspectorClient.DeleteAssessmentTarget C# (CSharp) Méthode

DeleteAssessmentTarget() public méthode

Deletes the assessment target that is specified by the ARN of the assessment target.
/// You do not have required permissions to access the requested resource. /// /// You cannot perform a specified action if an assessment run is currently in progress. /// /// Internal server error. /// /// The request was rejected because an invalid or out-of-range value was supplied for /// an input parameter. /// /// The request was rejected because it referenced an entity that does not exist. The /// error code describes the entity. ///
public DeleteAssessmentTarget ( DeleteAssessmentTargetRequest request ) : DeleteAssessmentTargetResponse
request Amazon.Inspector.Model.DeleteAssessmentTargetRequest Container for the necessary parameters to execute the DeleteAssessmentTarget service method.
Résultat DeleteAssessmentTargetResponse
        public DeleteAssessmentTargetResponse DeleteAssessmentTarget(DeleteAssessmentTargetRequest request)
        {
            var marshaller = new DeleteAssessmentTargetRequestMarshaller();
            var unmarshaller = DeleteAssessmentTargetResponseUnmarshaller.Instance;

            return Invoke<DeleteAssessmentTargetRequest,DeleteAssessmentTargetResponse>(request, marshaller, unmarshaller);
        }
AmazonInspectorClient