Class: Aws::Organizations::Types::TargetNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

We can't find a root, OU, account, or policy with the TargetId that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5398
5399
5400
5401
5402
# File 'lib/aws-sdk-organizations/types.rb', line 5398

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