Class: Aws::IoTTwinMaker::Types::SyncJobStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::SyncJobStatus
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
The SyncJob status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
The SyncJob error.
-
#state ⇒ String
The SyncJob status state.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
The SyncJob error.
3552 3553 3554 3555 3556 3557 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3552 class SyncJobStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The SyncJob status state.
3552 3553 3554 3555 3556 3557 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3552 class SyncJobStatus < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |