Class: Aws::IoTTwinMaker::Types::Status
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::Status
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that represents the status of an entity, component, component type, or workspace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
The error message.
-
#state ⇒ String
The current state of the entity, component, component type, or workspace.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
The error message.
3535 3536 3537 3538 3539 3540 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3535 class Status < Struct.new( :state, :error) SENSITIVE = [] include Aws::Structure end |