Class: Aws::RAM::Types::UnmatchedPolicyPermissionException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/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

#messageString

Returns:

  • (String)


3837
3838
3839
3840
3841
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3837

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