NAME
Paws::LexModelsV2::DescribeExportResponse
ATTRIBUTES
CreationDateTime => Str
The date and time that the export was created.
DownloadUrl => Str
A pre-signed S3 URL that points to the bot or bot locale archive. The URL is only available for 5 minutes after calling the DescribeExport
operation.
ExportId => Str
The unique identifier of the described export.
ExportStatus => Str
The status of the export. When the status is Complete
the export archive file is available for download.
Valid values are: "InProgress"
, "Completed"
, "Failed"
, "Deleting"
=head2 FailureReasons => ArrayRef[Str|Undef]
If the exportStatus
is failed, contains one or more reasons why the export could not be completed.
FileFormat => Str
The file format used in the files that describe the bot or bot locale.
Valid values are: "LexJson"
=head2 LastUpdatedDateTime => Str
The last date and time that the export was updated.
ResourceSpecification => Paws::LexModelsV2::ExportResourceSpecification
The bot, bot ID, and optional locale ID of the exported bot or bot locale.