Skip to main content

ISESV2DeleteMultiRegionEndpointResponse

Interface in AWS.SESV2

Interface for DeleteMultiRegionEndpoint responses.

Ancestors

Properties

Status

property Status: string

The current status of the multi-region endpoint immediately after the deletion request.

The status indicates the current state of the multi-region endpoint in the deletion process. Since deletion is an asynchronous operation, the endpoint will transition through different states before final removal. Possible status values include:

  • CREATING – The resource is being provisioned.
  • READY – The resource is ready to use.
  • FAILED – The resource failed to be provisioned.
  • DELETING – The resource is being deleted as requested. Monitor this status to track the progress of the deletion operation. The endpoint will typically show DELETING status immediately after a successful deletion request.