Class ResourceArnNotValidException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ResourceArnNotValidException.Builder,ResourceArnNotValidException>

@Generated("software.amazon.awssdk:codegen") public final class ResourceArnNotValidException extends CloudTrailException implements ToCopyableBuilder<ResourceArnNotValidException.Builder,ResourceArnNotValidException>

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 valid format for a resource ARN: arn:aws:cloudtrail:us-east-2:123456789012:channel/MyChannel.

See Also: