Class: Aws::SecurityHub::Types::OrganizationNotFoundException

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

Overview

The request failed because one or more organizations specified in the request don’t exist or don’t belong to the caller’s organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


28654
28655
28656
28657
28658
28659
# File 'lib/aws-sdk-securityhub/types.rb', line 28654

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

#messageString

Returns:

  • (String)


28654
28655
28656
28657
28658
28659
# File 'lib/aws-sdk-securityhub/types.rb', line 28654

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