AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The name of a prepared statement that could not be returned.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.UnprocessedPreparedStatementName

Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z

Syntax

C#
public class UnprocessedPreparedStatementName

The UnprocessedPreparedStatementName type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ErrorCode System.String

Gets and sets the property ErrorCode.

The error code returned when the request for the prepared statement failed.

Public Property ErrorMessage System.String

Gets and sets the property ErrorMessage.

The error message containing the reason why the prepared statement could not be returned. The following error messages are possible:

  • INVALID_INPUT - The name of the prepared statement that was provided is not valid (for example, the name is too long).

  • STATEMENT_NOT_FOUND - A prepared statement with the name provided could not be found.

  • UNAUTHORIZED - The requester does not have permission to access the workgroup that contains the prepared statement.

Public Property StatementName System.String

Gets and sets the property StatementName.

The name of a prepared statement that could not be returned due to an error.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5