Class: Aws::SecurityHub::Types::OrganizationalUnitNotFoundException

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

Overview

The request failed because one or more organizational units specified in the request don’t exist within the caller’s organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


28582
28583
28584
28585
28586
28587
# File 'lib/aws-sdk-securityhub/types.rb', line 28582

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

#messageString

Returns:

  • (String)


28582
28583
28584
28585
28586
28587
# File 'lib/aws-sdk-securityhub/types.rb', line 28582

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