Class: Aws::Detective::Types::UnprocessedGraph
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::UnprocessedGraph
- 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
-
#graph_arn ⇒ String
The ARN of the organization behavior graph.
-
#reason ⇒ String
The reason data source package information could not be processed for a behavior graph.
Instance Attribute Details
#graph_arn ⇒ String
The ARN of the organization behavior graph.
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 |
#reason ⇒ String
The reason data source package information could not be processed for a behavior graph.
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 |