@Generated(value="software.amazon.awssdk:codegen") public final class FailedResourceAccessException extends ApplicationAutoScalingException implements ToCopyableBuilder<FailedResourceAccessException.Builder,FailedResourceAccessException>
Failed access to resources caused an exception. This exception is thrown when Application Auto Scaling is unable to retrieve the alarms associated with a scaling policy due to a client error, for example, if the role ARN specified for a scalable target does not have permission to call the CloudWatch DescribeAlarms API operation on behalf of your account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedResourceAccessException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedResourceAccessException.Builder |
builder() |
static Class<? extends FailedResourceAccessException.Builder> |
serializableBuilderClass() |
FailedResourceAccessException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic FailedResourceAccessException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<FailedResourceAccessException.Builder,FailedResourceAccessException>toBuilder in class ApplicationAutoScalingExceptionpublic static FailedResourceAccessException.Builder builder()
public static Class<? extends FailedResourceAccessException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.