Support / Client / resolve_case
resolve_case¶
- Support.Client.resolve_case(**kwargs)¶
Resolves a support case. This operation takes a
caseIdand returns the initial and final state of the case.Note
You must have an Amazon Web Services Business Support+, Amazon Web Services Enterprise Support, or Amazon Web Services Unified Operations plan to use the Amazon Web Services Support API. If you’re in an Amazon Web Services Region that doesn’t offer one of these Amazon Web Services Support plans, or if you haven’t transitioned to one of these plans, you can use the Amazon Web Services Support API with a Business, Enterprise On-Ramp, or Enterprise Support plan.
If you call the Amazon Web Services Support API from an account that doesn’t have an Amazon Web Services Business Support+, Amazon Web Services Enterprise Support, or Amazon Web Services Unified Operations plan, the
SubscriptionRequiredExceptionerror message appears. For information about changing your support plan, see Amazon Web Services Support.
See also: AWS API Documentation
Request Syntax
response = client.resolve_case( caseId='string', dryRun=True|False )
- Parameters:
caseId (string) – The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-exen-2025-c4c1d2bf33c5cf47
dryRun (boolean) – Specifies whether to validate the request without actually resolving the case. When set to
true, the request is validated but the case isn’t resolved, and the operation returns aDryRunOperationException. When omitted or set tofalse, the request runs normally.
- Return type:
dict
- Returns:
Response Syntax
{ 'initialCaseStatus': 'string', 'finalCaseStatus': 'string' }
Response Structure
(dict) –
The status of the case returned by the ResolveCase operation.
initialCaseStatus (string) –
The status of the case when the ResolveCase request was sent.
finalCaseStatus (string) –
The status of the case after the ResolveCase request was processed.
Exceptions
Support.Client.exceptions.InternalServerErrorSupport.Client.exceptions.CaseIdNotFoundSupport.Client.exceptions.DryRunOperationException