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)


3974
3975
3976
3977
3978
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3974

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