LayerFailure
public struct LayerFailure : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The failure code associated with the failure.
Declaration
Swift
public let failureCode: LayerFailureCode?
-
The reason for the failure.
Declaration
Swift
public let failureReason: String?
-
The layer digest associated with the failure.
Declaration
Swift
public let layerDigest: String?
-
Undocumented
Declaration
Swift
public init(failureCode: LayerFailureCode? = nil, failureReason: String? = nil, layerDigest: String? = nil)