class Aws::ForecastService::Types::DescribeForecastExportJobResponse
@!attribute [rw] forecast_export_job_arn
The ARN of the forecast export job. @return [String]
@!attribute [rw] forecast_export_job_name
The name of the forecast export job. @return [String]
@!attribute [rw] forecast_arn
The Amazon Resource Name (ARN) of the exported forecast. @return [String]
@!attribute [rw] destination
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported. @return [Types::DataDestination]
@!attribute [rw] message
If an error occurred, an informational message about the error. @return [String]
@!attribute [rw] status
The status of the forecast export job. States include: * `ACTIVE` * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED` * `CREATE_STOPPING`, `CREATE_STOPPED` * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED` <note markdown="1"> The `Status` of the forecast export job must be `ACTIVE` before you can access the forecast in your S3 bucket. </note> @return [String]
@!attribute [rw] creation_time
When the forecast export job was created. @return [Time]
@!attribute [rw] last_modification_time
The last time the resource was modified. The timestamp depends on the status of the job: * `CREATE_PENDING` - The `CreationTime`. * `CREATE_IN_PROGRESS` - The current timestamp. * `CREATE_STOPPING` - The current timestamp. * `CREATE_STOPPED` - When the job stopped. * `ACTIVE` or `CREATE_FAILED` - When the job finished or failed. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/DescribeForecastExportJobResponse AWS API Documentation
Constants
- SENSITIVE