StartEngagementFromOpportunityTaskResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the newly created Engagement. Only populated if TaskStatus is COMPLETE.

Link copied to clipboard

The identifier of the new Engagement invitation. Only populated if TaskStatus is COMPLETE.

Link copied to clipboard

If the task fails, this field contains a detailed message describing the failure and possible recovery steps.

Link copied to clipboard

Returns the original opportunity identifier passed in the request, which is the unique identifier for the opportunity created in the partner’s system.

Link copied to clipboard

Indicates the reason for task failure using an enumerated code.

Link copied to clipboard

The identifier of the resource snapshot job created to add the opportunity resource snapshot to the Engagement. Only populated if TaskStatus is COMPLETE

Link copied to clipboard

The timestamp indicating when the task was initiated. The format follows RFC 3339 section 5.6.

Link copied to clipboard

The Amazon Resource Name (ARN) of the task, used for tracking and managing the task within AWS.

Link copied to clipboard

The unique identifier of the task, used to track the task’s progress. This value follows a specific pattern: ^oit-[0-9a-z]{13}$.

Link copied to clipboard

Indicates the current status of the task. Valid values include IN_PROGRESS, COMPLETE, and FAILED.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String