UnprocessedNamedQueryId
public struct UnprocessedNamedQueryId : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code returned when the processing request for the named query failed, if applicable.
Declaration
Swift
public let errorCode: String?
-
The error message returned when the processing request for the named query failed, if applicable.
Declaration
Swift
public let errorMessage: String?
-
The unique identifier of the named query.
Declaration
Swift
public let namedQueryId: String?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, namedQueryId: String? = nil)