ImageFailure
public struct ImageFailure : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The code associated with the failure.
Declaration
Swift
public let failureCode: ImageFailureCode?
-
The reason for the failure.
Declaration
Swift
public let failureReason: String?
-
The image ID associated with the failure.
Declaration
Swift
public let imageId: ImageIdentifier?
-
Undocumented
Declaration
Swift
public init(failureCode: ImageFailureCode? = nil, failureReason: String? = nil, imageId: ImageIdentifier? = nil)