You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::DescribeForecastExportJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the forecast export job was created.

Returns:

  • (Time)

    When the forecast export job was created.

#destinationTypes::DataDestination

The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.

Returns:

  • (Types::DataDestination)

    The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.

#forecast_arnString

The Amazon Resource Name (ARN) of the exported forecast.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the exported forecast.

#forecast_export_job_arnString

The ARN of the forecast export job.

Returns:

  • (String)

    The ARN of the forecast export job.

#forecast_export_job_nameString

The name of the forecast export job.

Returns:

  • (String)

    The name of the forecast export job.

#last_modification_timeTime

When the last successful export job finished.

Returns:

  • (Time)

    When the last successful export job finished.

#messageString

If an error occurred, an informational message about the error.

Returns:

  • (String)

    If an error occurred, an informational message about the error.

#statusString

The status of the forecast export job. States include:

  • ACTIVE

  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

  • DELETE_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.

Returns:

  • (String)

    The status of the forecast export job.