StackError
public struct StackError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The error code.
Declaration
Swift
public let errorCode: StackErrorCode? -
The error message.
Declaration
Swift
public let errorMessage: String? -
Undocumented
Declaration
Swift
public init(errorCode: StackErrorCode? = nil, errorMessage: String? = nil)
View on GitHub
StackError Structure Reference