DescribeWorldExportJobResponse
public struct DescribeWorldExportJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the world export job.
Declaration
Swift
public let arn: String?
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientRequestToken: String?
-
The time, in milliseconds since the epoch, when the world export job was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
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: WorldExportJobErrorCode?
-
The reason why the world export job failed.
Declaration
Swift
public let failureReason: String?
-
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
Declaration
Swift
public let iamRole: String?
-
Undocumented
Declaration
Swift
public let outputLocation: OutputLocation?
-
The status of the world export job. Pending The world export job request is pending. Running The world export job is running. Completed The world export job completed. Failed The world export job failed. See failureCode and failureReason for more information. Canceled The world export job was cancelled. Canceling The world export job is being cancelled.
Declaration
Swift
public let status: WorldExportJobStatus?
-
A map that contains tag keys and tag values that are attached to the world export job.
Declaration
Swift
public let tags: [String : String]?
-
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
Declaration
Swift
public let worlds: [String]?
-
init(arn:clientRequestToken:createdAt:failureCode:failureReason:iamRole:outputLocation:status:tags:worlds:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, clientRequestToken: String? = nil, createdAt: TimeStamp? = nil, failureCode: WorldExportJobErrorCode? = nil, failureReason: String? = nil, iamRole: String? = nil, outputLocation: OutputLocation? = nil, status: WorldExportJobStatus? = nil, tags: [String : String]? = nil, worlds: [String]? = nil)