Class ResourceShareLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.core.exception.SdkException
-
- software.amazon.awssdk.core.exception.SdkServiceException
-
- software.amazon.awssdk.awscore.exception.AwsServiceException
-
- software.amazon.awssdk.services.ram.model.RamException
-
- software.amazon.awssdk.services.ram.model.ResourceShareLimitExceededException
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResourceShareLimitExceededException.Builder,ResourceShareLimitExceededException>
@Generated("software.amazon.awssdk:codegen") public final class ResourceShareLimitExceededException extends RamException implements ToCopyableBuilder<ResourceShareLimitExceededException.Builder,ResourceShareLimitExceededException>
The operation failed because it would exceed the limit for resource shares for your account. To view the limits for your Amazon Web Services account, see the RAM page in the Service Quotas console.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResourceShareLimitExceededException.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceShareLimitExceededException.Builderbuilder()List<SdkField<?>>sdkFields()static Class<? extends ResourceShareLimitExceededException.Builder>serializableBuilderClass()ResourceShareLimitExceededException.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.exception.AwsServiceException
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkServiceException
extendedRequestId, isRetryableException, requestId, statusCode
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
create, retryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
toBuilder
public ResourceShareLimitExceededException.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResourceShareLimitExceededException.Builder,ResourceShareLimitExceededException>- Overrides:
toBuilderin classRamException
-
builder
public static ResourceShareLimitExceededException.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResourceShareLimitExceededException.Builder> serializableBuilderClass()
-
-