ResilienceHub / Client / describe_app_version_resources_resolution_status
describe_app_version_resources_resolution_status#
- ResilienceHub.Client.describe_app_version_resources_resolution_status(**kwargs)#
Returns the resolution status for the specified resolution identifier for an application version. If
resolutionId
is not specified, the current resolution status is returned.See also: AWS API Documentation
Request Syntax
response = client.describe_app_version_resources_resolution_status( appArn='string', appVersion='string', resolutionId='string' )
- Parameters:
appArn (string) –
[REQUIRED]
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.appVersion (string) –
[REQUIRED]
The version of the application.
resolutionId (string) – The identifier for a specific resolution.
- Return type:
dict
- Returns:
Response Syntax
{ 'appArn': 'string', 'appVersion': 'string', 'errorMessage': 'string', 'resolutionId': 'string', 'status': 'Pending'|'InProgress'|'Failed'|'Success' }
Response Structure
(dict) –
appArn (string) –
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.appVersion (string) –
The version of the application.
errorMessage (string) –
The returned error message for the request.
resolutionId (string) –
The identifier for a specific resolution.
status (string) –
Status of the action.
Exceptions
ResilienceHub.Client.exceptions.InternalServerException
ResilienceHub.Client.exceptions.ResourceNotFoundException
ResilienceHub.Client.exceptions.ThrottlingException
ResilienceHub.Client.exceptions.ValidationException
ResilienceHub.Client.exceptions.AccessDeniedException