Class ResourceInUseException

All Implemented Interfaces:
Serializable

public class ResourceInUseException extends AmazonServiceException

The resource is not available for this operation. For successful operation, the resource needs to be in the ACTIVE state.

See Also:
  • Constructor Details

    • ResourceInUseException

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