@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizationNotFoundException extends RdsException implements ToCopyableBuilder<AuthorizationNotFoundException.Builder,AuthorizationNotFoundException>
The specified CIDR IP range or Amazon EC2 security group might not be authorized for the specified DB security group.
Or, RDS might not be authorized to perform necessary actions using IAM on your behalf.
Modifier and Type | Class and Description |
---|---|
static interface |
AuthorizationNotFoundException.Builder |
Modifier and Type | Method and Description |
---|---|
static AuthorizationNotFoundException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuthorizationNotFoundException.Builder> |
serializableBuilderClass() |
AuthorizationNotFoundException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public AuthorizationNotFoundException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AuthorizationNotFoundException.Builder,AuthorizationNotFoundException>
toBuilder
in class RdsException
public static AuthorizationNotFoundException.Builder builder()
public static Class<? extends AuthorizationNotFoundException.Builder> serializableBuilderClass()
Copyright © 2020. All rights reserved.