NAME
Paws::Forecast::DescribeForecastExportJobResponse
ATTRIBUTES
CreationTime => Str
When the forecast export job was created.
Destination => Paws::Forecast::DataDestination
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
ForecastArn => Str
The Amazon Resource Name (ARN) of the exported forecast.
ForecastExportJobArn => Str
The ARN of the forecast export job.
ForecastExportJobName => Str
The name of the forecast export job.
LastModificationTime => Str
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING- TheCreationTime.CREATE_IN_PROGRESS- The current timestamp.CREATE_STOPPING- The current timestamp.CREATE_STOPPED- When the job stopped.ACTIVEorCREATE_FAILED- When the job finished or failed.
Message => Str
If an error occurred, an informational message about the error.
Status => Str
The status of the forecast export job. States include:
ACTIVECREATE_PENDING,CREATE_IN_PROGRESS,CREATE_FAILEDCREATE_STOPPING,CREATE_STOPPEDDELETE_PENDING,DELETE_IN_PROGRESS,DELETE_FAILED
The Status of the forecast export job must be ACTIVE before you can access the forecast in your S3 bucket.