NAME
Paws::LexModelsV2::DescribeImportResponse
ATTRIBUTES
CreationDateTime => Str
The date and time that the import was created.
FailureReasons => ArrayRef[Str|Undef]
If the importStatus field is Failed, this provides one or more reasons for the failture.
ImportedResourceId => Str
The unique identifier that Amazon Lex assigned to the resource created by the import.
ImportedResourceName => Str
The name of the imported resource.
ImportId => Str
The unique identifier of the described import.
ImportStatus => Str
The status of the import process. When the status is Completed the resource is imported and ready for use.
Valid values are: "InProgress", "Completed", "Failed", "Deleting" =head2 LastUpdatedDateTime => Str
The date and time that the import was last updated.
MergeStrategy => Str
The strategy used when there was a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.
Valid values are: "Overwrite", "FailOnConflict" =head2 ResourceSpecification => Paws::LexModelsV2::ImportResourceSpecification
The specifications of the imported bot or bot locale.