class Aws::SMS::Types::NotifyAppValidationOutputRequest

@note When making an API call, you may pass NotifyAppValidationOutputRequest

data as a hash:

    {
      app_id: "AppIdWithValidation", # required
      notification_context: {
        validation_id: "ValidationId",
        status: "READY_FOR_VALIDATION", # accepts READY_FOR_VALIDATION, PENDING, IN_PROGRESS, SUCCEEDED, FAILED
        status_message: "ValidationStatusMessage",
      },
    }

@!attribute [rw] app_id

The ID of the application.
@return [String]

@!attribute [rw] notification_context

The notification information.
@return [Types::NotificationContext]

@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/NotifyAppValidationOutputRequest AWS API Documentation

Constants

SENSITIVE