Class: Aws::CloudWatchRUM::Types::PolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::PolicyNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
The resource-based policy doesn’t exist on this app monitor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1476 class PolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |