Class SecurityGroupNotFoundException

All Implemented Interfaces:
Serializable

public class SecurityGroupNotFoundException extends AmazonServiceException

Returned if one of the specified security groups does not exist in the subnet's VPC.

See Also:
  • Constructor Details

    • SecurityGroupNotFoundException

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