Class IncorrectFileSystemLifeCycleStateException

All Implemented Interfaces:
Serializable

public class IncorrectFileSystemLifeCycleStateException extends AmazonServiceException

Returned if the file system's life cycle state is not "created".

See Also:
  • Constructor Details

    • IncorrectFileSystemLifeCycleStateException

      public IncorrectFileSystemLifeCycleStateException(String message)
      Constructs a new IncorrectFileSystemLifeCycleStateException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details