Generated when an Import Operation has the rejected ProcessingState.

interface ImportOperationRejectedEvent {
    createdAt: string;
    data: ImportOperationRejectedEventData;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: "ImportOperationRejected";
}

Hierarchy (View Summary)

  • IEvent
    • ImportOperationRejectedEvent

Properties

createdAt: string

Date and time (UTC) the Event was generated.

An object containing details of the Import Operation with the rejected state.

id: string

Unique identifier of the Event.

notificationType: string
type: "ImportOperationRejected"

The type of Event that has occurred.