Class SubnetNotFoundException

All Implemented Interfaces:
Serializable

public class SubnetNotFoundException extends AmazonServiceException

Returned if there is no subnet with ID SubnetId provided in the request.

See Also:
  • Constructor Details

    • SubnetNotFoundException

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