SnapshotErrorMessage
public struct SnapshotErrorMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The failure code for the error.
Declaration
Swift
public let failureCode: String?
-
The text message describing the error.
Declaration
Swift
public let failureReason: String?
-
A unique identifier for the cluster.
Declaration
Swift
public let snapshotClusterIdentifier: String?
-
A unique identifier for the snapshot returning the error.
Declaration
Swift
public let snapshotIdentifier: String?
-
Undocumented
Declaration
Swift
public init(failureCode: String? = nil, failureReason: String? = nil, snapshotClusterIdentifier: String? = nil, snapshotIdentifier: String? = nil)