You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SMS::Types::NotificationContext

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NotificationContext as input to an Aws::Client method, you can use a vanilla Hash:

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

Contains the status of validating an application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the validation.

Possible values:

  • READY_FOR_VALIDATION
  • PENDING
  • IN_PROGRESS
  • SUCCEEDED
  • FAILED

Returns:

  • (String)

    The status of the validation.

#status_messageString

The status message.

Returns:

  • (String)

    The status message.

#validation_idString

The ID of the validation.

Returns:

  • (String)

    The ID of the validation.