Class: Aws::RAM::Types::UnmatchedPolicyPermissionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::UnmatchedPolicyPermissionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ram/types.rb
Overview
There isn’t an existing managed permission defined in RAM that has the same IAM permissions as the resource-based policy attached to the resource. You should first run PromotePermissionCreatedFromPolicy to create that managed permission.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3837 3838 3839 3840 3841 |
# File 'lib/aws-sdk-ram/types.rb', line 3837 class UnmatchedPolicyPermissionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |