Class: Aws::ApplicationAutoScaling::Types::FailedResourceAccessException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_DescribeAlarms.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1585
1586
1587
1588
1589
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1585

class FailedResourceAccessException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end