Class InvalidContentLocationException

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

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

WorkMail could not access the updated email content. Possible reasons:

  • You made the request in a region other than your S3 bucket region.

  • The S3 bucket owner is not the same as the calling AWS account.

  • You have an incomplete or missing S3 bucket policy. For more information about policies, see Updating message content with AWS Lambda in the WorkMail Administrator Guide.

See Also: