Class InvalidSubnetException

All Implemented Interfaces:
Serializable

public class InvalidSubnetException extends AmazonServiceException

The requested subnet is invalid, or multiple subnets were requested that are not all in a common VPC.

See Also:
  • Constructor Details

    • InvalidSubnetException

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