JobFailure

public struct JobFailure : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The failure code, if any, for the specified job.

    Declaration

    Swift

    public let failureCode: String?
  • The failure reason, if any, for the specified job.

    Declaration

    Swift

    public let failureReason: String?
  • Undocumented

    Declaration

    Swift

    public init(failureCode: String? = nil, failureReason: String? = nil)