class Aws::SMS::Types::NotificationContext

Contains the status of validating an application.

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

data as a hash:

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

@!attribute [rw] validation_id

The ID of the validation.
@return [String]

@!attribute [rw] status

The status of the validation.
@return [String]

@!attribute [rw] status_message

The status message.
@return [String]

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

Constants

SENSITIVE