Class: Aws::Athena::Types::MetadataException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2845
2846
2847
2848
2849
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2845

class MetadataException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end