Conveying the status of the listed enforcement actions and, if applicable, provides information about the exemption's expiry date.

Export

IssueExemption

interface IssueExemption {
    expiryDate?: string;
    status: IssueExemptionStatusEnum;
}

Properties

Properties

expiryDate?: string

This field represents the timestamp, following the ISO 8601 format, which specifies the date when temporary exemptions, if applicable, will expire, and Amazon will begin enforcing the listed actions.

Memberof

IssueExemption

This field indicates the current exemption status for the listed enforcement actions. It can take values such as EXEMPT, signifying permanent exemption, EXEMPT_UNTIL_EXPIRY_DATE indicating temporary exemption until a specified date, or NOT_EXEMPT signifying no exemptions, and enforcement actions were already applied.

Memberof

IssueExemption