Class MetadataException

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

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

An exception that Athena received when it called a custom metastore. Occurs if the error is not caused by user input (InvalidRequestException) or from the Athena platform (InternalServerException). For example, if a user-created Lambda function is missing permissions, the Lambda 4XX exception is returned in a MetadataException.

See Also: