Class: Aws::Braket::Types::JobEventDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::JobEventDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Details about the type and time events occurred related to the Amazon Braket job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ String
The type of event that occurred related to the Amazon Braket job.
-
#message ⇒ String
A message describing the event that occurred related to the Amazon Braket job.
-
#time_of_event ⇒ Time
The type of event that occurred related to the Amazon Braket job.
Instance Attribute Details
#event_type ⇒ String
The type of event that occurred related to the Amazon Braket job.
883 884 885 886 887 888 889 |
# File 'lib/aws-sdk-braket/types.rb', line 883 class JobEventDetails < Struct.new( :event_type, :message, :time_of_event) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message describing the event that occurred related to the Amazon Braket job.
883 884 885 886 887 888 889 |
# File 'lib/aws-sdk-braket/types.rb', line 883 class JobEventDetails < Struct.new( :event_type, :message, :time_of_event) SENSITIVE = [] include Aws::Structure end |
#time_of_event ⇒ Time
The type of event that occurred related to the Amazon Braket job.
883 884 885 886 887 888 889 |
# File 'lib/aws-sdk-braket/types.rb', line 883 class JobEventDetails < Struct.new( :event_type, :message, :time_of_event) SENSITIVE = [] include Aws::Structure end |