status property

Status? status
final

Describes the status of the administrative action, as follows:

  • FAILED - Amazon FSx failed to process the administrative action successfully.
  • IN_PROGRESS - Amazon FSx is processing the administrative action.
  • PENDING - Amazon FSx is waiting to process the administrative action.
  • COMPLETED - Amazon FSx has finished processing the administrative task.
  • UPDATED_OPTIMIZING - For a storage capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage optimization process. For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide and Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.

Implementation

final Status? status;