Class: Aws::IoTSiteWise::Types::ResourceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ResourceError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains the details of a resource error.
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.
13314 13315 13316 13317 13318 13319 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13314 class ResourceError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
13314 13315 13316 13317 13318 13319 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 13314 class ResourceError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |