Module: Aws::LexModelsV2::Client::_DeleteExportResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeleteExportResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#export_id::String

Returns:

  • (::String)


656
# File 'sig/client.rbs', line 656

def export_id: () -> ::String

#export_status"InProgress", ...

Returns:

  • ("InProgress", "Completed", "Failed", "Deleting")


657
# File 'sig/client.rbs', line 657

def export_status: () -> ("InProgress" | "Completed" | "Failed" | "Deleting")