class Aws::LexModelBuildingService::Types::GetExportResponse

@!attribute [rw] name

The name of the bot being exported.
@return [String]

@!attribute [rw] version

The version of the bot being exported.
@return [String]

@!attribute [rw] resource_type

The type of the exported resource.
@return [String]

@!attribute [rw] export_type

The format of the exported data.
@return [String]

@!attribute [rw] export_status

The status of the export.

* `IN_PROGRESS` - The export is in progress.

* `READY` - The export is complete.

* `FAILED` - The export could not be completed.
@return [String]

@!attribute [rw] failure_reason

If `status` is `FAILED`, Amazon Lex provides the reason that it
failed to export the resource.
@return [String]

@!attribute [rw] url

An S3 pre-signed URL that provides the location of the exported
resource. The exported resource is a ZIP archive that contains the
exported resource in JSON format. The structure of the archive may
change. Your code should not rely on the archive structure.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetExportResponse AWS API Documentation

Constants

SENSITIVE