Class: Aws::IoTSiteWise::Types::ResourceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ResourceStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information about the current status of a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ResourceError
Contains associated error information, if any.
-
#state ⇒ String
The current status of the resource.
Instance Attribute Details
#error ⇒ Types::ResourceError
Contains associated error information, if any.
13343 13344 13345 13346 13347 13348 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13343 class ResourceStatus < Struct.new( :error, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current status of the resource.
13343 13344 13345 13346 13347 13348 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13343 class ResourceStatus < Struct.new( :error, :state) SENSITIVE = [] include Aws::Structure end |