Expand description
Error types that Amazon Athena can respond with.
Modules§
- builders
- Builders
Structs§
- Internal
Server Exception Indicates a platform issue, which may be due to a transient condition or outage.
- Invalid
Request Exception Indicates that something is wrong with the input to the request. For example, a required parameter may be missing or out of range.
- Metadata
Exception 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 Lambda4XXexception is returned in aMetadataException.- Resource
NotFound Exception A resource, such as a workgroup, was not found.
- Session
Already Exists Exception The specified session already exists.
- TooMany
Requests Exception Indicates that the request was throttled.