Class UnsupportedTargetException

All Implemented Interfaces:
Serializable

public class UnsupportedTargetException extends CfnInvalidRequestException
Uses for this exception class should delegate instead to CfnUnsupportedTargetException as it maps to UnsupportedTarget error code. This deprecated exception maps to an InvalidRequest error code. Keeping the same for backwards-compatibility
See Also:
  • Constructor Details

    • UnsupportedTargetException

      public UnsupportedTargetException(Throwable cause)
    • UnsupportedTargetException

      public UnsupportedTargetException(String targetTypeName)
    • UnsupportedTargetException

      public UnsupportedTargetException(String targetTypeName, Throwable cause)