notify_app_validation_output

SMS.Client.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'
    }
)
Parameters
  • appId (string) --

    [REQUIRED]

    The ID of the application.

  • notificationContext (dict) --

    The notification information.

    • validationId (string) --

      The ID of the validation.

    • status (string) --

      The status of the validation.

    • statusMessage (string) --

      The status message.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • SMS.Client.exceptions.UnauthorizedOperationException
  • SMS.Client.exceptions.InvalidParameterException
  • SMS.Client.exceptions.MissingRequiredParameterException
  • SMS.Client.exceptions.InternalError
  • SMS.Client.exceptions.OperationNotPermittedException