WorldFailure
public struct WorldFailure : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The failure code of the world export job if it failed: InternalServiceError Internal service error. LimitExceeded The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed. ResourceNotFound The specified resource could not be found. RequestThrottled The request was throttled. InvalidInput An input parameter in the request is not valid.
Declaration
Swift
public let failureCode: WorldGenerationJobErrorCode?
-
The number of failed worlds.
Declaration
Swift
public let failureCount: Int?
-
The sample reason why the world failed. World errors are aggregated. A sample is used as the sampleFailureReason.
Declaration
Swift
public let sampleFailureReason: String?
-
Undocumented
Declaration
Swift
public init(failureCode: WorldGenerationJobErrorCode? = nil, failureCount: Int? = nil, sampleFailureReason: String? = nil)