ResilienceHubV2 / Client / start_failure_mode_assessment
start_failure_mode_assessment¶
- ResilienceHubV2.Client.start_failure_mode_assessment(**kwargs)¶
Start a failure mode assessment.
See also: AWS API Documentation
Request Syntax
response = client.start_failure_mode_assessment( serviceArn='string', clientToken='string' )
- Parameters:
serviceArn (string) –
[REQUIRED]
ARN identifier.
clientToken (string) –
Idempotency token.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{ 'assessmentId': 'string', 'serviceArn': 'string', 'assessmentStatus': 'NOT_STARTED'|'PENDING'|'IN_PROGRESS'|'FAILED'|'SUCCESS', 'startedAt': datetime(2015, 1, 1) }
Response Structure
(dict) –
assessmentId (string) –
The unique identifier of the started assessment.
serviceArn (string) –
ARN identifier.
assessmentStatus (string) –
The status of the started assessment.
startedAt (datetime) –
The timestamp when the assessment started.
Exceptions
ResilienceHubV2.Client.exceptions.InternalServerExceptionResilienceHubV2.Client.exceptions.ResourceNotFoundExceptionResilienceHubV2.Client.exceptions.ValidationExceptionResilienceHubV2.Client.exceptions.ConflictExceptionResilienceHubV2.Client.exceptions.ThrottlingExceptionResilienceHubV2.Client.exceptions.AccessDeniedException