JobError
public struct JobError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The code for the job error.
Declaration
Swift
public let code: Code
-
Undocumented
Declaration
Swift
public let details: Details?
-
The name of the limit that was reached.
Declaration
Swift
public let limitName: JobErrorLimitName?
-
The value of the exceeded limit.
Declaration
Swift
public let limitValue: Double?
-
The message related to the job error.
Declaration
Swift
public let message: String
-
The unique identifier for the resource related to the error.
Declaration
Swift
public let resourceId: String?
-
The type of resource related to the error.
Declaration
Swift
public let resourceType: JobErrorResourceTypes?
-
Undocumented
Declaration
Swift
public init(code: Code, details: Details? = nil, limitName: JobErrorLimitName? = nil, limitValue: Double? = nil, message: String, resourceId: String? = nil, resourceType: JobErrorResourceTypes? = nil)