Class MountTargetNotFoundException

All Implemented Interfaces:
Serializable

public class MountTargetNotFoundException extends AmazonServiceException

Returned if there is no mount target with the specified ID found in the caller's account.

See Also:
  • Constructor Details

    • MountTargetNotFoundException

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