QueryError
public struct QueryError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Possible values are CLOUDFORMATION_STACK_INACTIVE and CLOUDFORMATION_STACK_NOT_EXISTING.
Declaration
Swift
public let errorCode: QueryErrorCode? -
A message that explains the ErrorCode value. Messages might state that the specified CloudFormation stack does not exist (or no longer exists). For CLOUDFORMATION_STACK_INACTIVE, the message typically states that the CloudFormation stack has a status that is not (or no longer) active, such as CREATE_FAILED.
Declaration
Swift
public let message: String? -
Undocumented
Declaration
Swift
public init(errorCode: QueryErrorCode? = nil, message: String? = nil)
View on GitHub
QueryError Structure Reference