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