Class: Aws::Athena::Types::InvalidRequestException

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

Overview

Indicates that something is wrong with the input to the request. For example, a required parameter may be missing or out of range.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#athena_error_codeString

The error code returned when the query execution failed to process, or when the processing request for the named query failed.

Returns:

  • (String)


2025
2026
2027
2028
2029
2030
# File 'lib/aws-sdk-athena/types.rb', line 2025

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

#messageString

Returns:

  • (String)


2025
2026
2027
2028
2029
2030
# File 'lib/aws-sdk-athena/types.rb', line 2025

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