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)


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

def export_id: () -> ::String

#export_status ⇒ "InProgress", ...

Returns:

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


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

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