Class: Aws::IoTSiteWise::Types::WorkspaceErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::WorkspaceErrorDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the details of an error associated with a workspace.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#message ⇒ String
The error message.
Instance Attribute Details
#code ⇒ String
The error code.
15554 15555 15556 15557 15558 15559 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15554 class WorkspaceErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
15554 15555 15556 15557 15558 15559 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 15554 class WorkspaceErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |