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

Class: Aws::LexModelBuildingService::Types::GetImportResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

A timestamp for the date and time that the import job was created.

Returns:

  • (Time)

    A timestamp for the date and time that the import job was created.

#failure_reasonArray<String>

A string that describes why an import job failed to complete.

Returns:

  • (Array<String>)

    A string that describes why an import job failed to complete.

#import_idString

The identifier for the specific import job.

Returns:

  • (String)

    The identifier for the specific import job.

#import_statusString

The status of the import job. If the status is FAILED, you can get the reason for the failure from the failureReason field.

Possible values:

  • IN_PROGRESS
  • COMPLETE
  • FAILED

Returns:

  • (String)

    The status of the import job.

#merge_strategyString

The action taken when there was a conflict between an existing resource and a resource in the import file.

Possible values:

  • OVERWRITE_LATEST
  • FAIL_ON_CONFLICT

Returns:

  • (String)

    The action taken when there was a conflict between an existing resource and a resource in the import file.

#nameString

The name given to the import job.

Returns:

  • (String)

    The name given to the import job.

#resource_typeString

The type of resource imported.

Possible values:

  • BOT
  • INTENT
  • SLOT_TYPE

Returns:

  • (String)

    The type of resource imported.