Class: Aws::Detective::Types::UnprocessedGraph

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Behavior graphs that could not be processed in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_arnString

The ARN of the organization behavior graph.

Returns:

  • (String)


1812
1813
1814
1815
1816
1817
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1812

class UnprocessedGraph < Struct.new(
  :graph_arn,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason data source package information could not be processed for a behavior graph.

Returns:

  • (String)


1812
1813
1814
1815
1816
1817
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1812

class UnprocessedGraph < Struct.new(
  :graph_arn,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end