Class ForbiddenErrorException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ForbiddenErrorException.Builder,ForbiddenErrorException>

@Generated("software.amazon.awssdk:codegen") public final class ForbiddenErrorException extends WickrException implements ToCopyableBuilder<ForbiddenErrorException.Builder,ForbiddenErrorException>

Access to the requested resource is forbidden. This error occurs when the authenticated user does not have the necessary permissions to perform the requested operation, even though they are authenticated.

See Also: