Class IncorrectMountTargetStateException

All Implemented Interfaces:
Serializable

public class IncorrectMountTargetStateException extends AmazonServiceException

Returned if the mount target is not in the correct state for the operation.

See Also:
  • Constructor Details

    • IncorrectMountTargetStateException

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