Class ResourceInUseException

All Implemented Interfaces:
Serializable

public class ResourceInUseException extends AmazonServiceException

The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.

See Also:
  • Constructor Details

    • ResourceInUseException

      public ResourceInUseException(String message)
      Constructs a new ResourceInUseException with the specified error message.
      Parameters:
      message - Describes the error encountered.