Class: Aws::Athena::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::InvalidRequestException
- 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
-
#athena_error_code ⇒ String
The error code returned when the query execution failed to process, or when the processing request for the named query failed.
- #message ⇒ String
Instance Attribute Details
#athena_error_code ⇒ String
The error code returned when the query execution failed to process, or when the processing request for the named query failed.
2027 2028 2029 2030 2031 2032 |
# File 'lib/aws-sdk-athena/types.rb', line 2027 class InvalidRequestException < Struct.new( :athena_error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2027 2028 2029 2030 2031 2032 |
# File 'lib/aws-sdk-athena/types.rb', line 2027 class InvalidRequestException < Struct.new( :athena_error_code, :message) SENSITIVE = [] include Aws::Structure end |