Skip to content

CloudTrail  >  Errors  >  ResourceARNNotValidException

ResourceARNNotValidException

Error Class

ResourceARNNotValidException dataclass

Bases: ServiceError

This exception is thrown when the provided resource does not exist, or the ARN format of the resource is not valid.

The following is the format of an event data store ARN: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

The following is the format of a dashboard ARN: arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDash

The following is the format of a channel ARN: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'