resolve_case
(**kwargs)¶Resolves a support case. This operation takes a caseId
and returns the initial and final state of the case.
Note
SubscriptionRequiredException
error 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'
)
{
'initialCaseStatus': 'string',
'finalCaseStatus': 'string'
}
Response Structure
The status of the case returned by the ResolveCase operation.
The status of the case when the ResolveCase request was sent.
The status of the case after the ResolveCase request was processed.
Exceptions
Support.Client.exceptions.InternalServerError
Support.Client.exceptions.CaseIdNotFound