Class FailedResourceAccessException

All Implemented Interfaces:
Serializable

public class FailedResourceAccessException extends AmazonServiceException

Failed access to resources caused an exception. This exception currently only applies to DescribeScalingPolicies. It 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 the proper permissions to call the CloudWatch DescribeAlarms API operation on behalf of your account.

See Also:
  • Constructor Details

    • FailedResourceAccessException

      public FailedResourceAccessException(String message)
      Constructs a new FailedResourceAccessException with the specified error message.
      Parameters:
      message - Describes the error encountered.