ResilienceHubV2 / Client / delete_user_journey
delete_user_journey¶
- ResilienceHubV2.Client.delete_user_journey(**kwargs)¶
Deletes a user journey.
See also: AWS API Documentation
Request Syntax
response = client.delete_user_journey( systemArn='string', userJourneyId='string' )
- Parameters:
systemArn (string) –
[REQUIRED]
ARN identifier.
userJourneyId (string) –
[REQUIRED]
The identifier of the user journey to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'userJourneyId': 'string' }
Response Structure
(dict) –
userJourneyId (string) –
The identifier of the deleted user journey.
Exceptions
ResilienceHubV2.Client.exceptions.InternalServerExceptionResilienceHubV2.Client.exceptions.ResourceNotFoundExceptionResilienceHubV2.Client.exceptions.ValidationExceptionResilienceHubV2.Client.exceptions.ConflictExceptionResilienceHubV2.Client.exceptions.AccessDeniedException