UnprocessedQueryExecutionId

public struct UnprocessedQueryExecutionId : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The error code returned when the query execution failed to process, if applicable.

    Declaration

    Swift

    public let errorCode: String?
  • The error message returned when the query execution failed to process, if applicable.

    Declaration

    Swift

    public let errorMessage: String?
  • The unique identifier of the query execution.

    Declaration

    Swift

    public let queryExecutionId: String?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: String? = nil, errorMessage: String? = nil, queryExecutionId: String? = nil)