notify_app_validation_output
(**kwargs)¶Provides information to Server Migration Service about whether application validation is successful.
See also: AWS API Documentation
Request Syntax
response = client.notify_app_validation_output(
appId='string',
notificationContext={
'validationId': 'string',
'status': 'READY_FOR_VALIDATION'|'PENDING'|'IN_PROGRESS'|'SUCCEEDED'|'FAILED',
'statusMessage': 'string'
}
)
[REQUIRED]
The ID of the application.
The notification information.
The ID of the validation.
The status of the validation.
The status message.
dict
Response Syntax
{}
Response Structure
Exceptions
SMS.Client.exceptions.UnauthorizedOperationException
SMS.Client.exceptions.InvalidParameterException
SMS.Client.exceptions.MissingRequiredParameterException
SMS.Client.exceptions.InternalError
SMS.Client.exceptions.OperationNotPermittedException