List of usage examples for com.amazonaws.services.sns.model InternalErrorException InternalErrorException
public InternalErrorException(String message)
From source file:org.apache.beam.sdk.io.aws.sns.AmazonSNSMockErrors.java
License:Apache License
@Override public PublishResult publish(PublishRequest publishRequest) { throw new InternalErrorException("Service unavailable"); }