Class: Aws::ApplicationAutoScaling::Types::FailedResourceAccessException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::FailedResourceAccessException
- Defined in:
- gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb
Overview
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 on your behalf.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1585 1586 1587 1588 1589 |
# File 'gems/aws-sdk-applicationautoscaling/lib/aws-sdk-applicationautoscaling/types.rb', line 1585 class FailedResourceAccessException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |