Class: Aws::IoTSiteWise::Types::AssetErrorDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTSiteWise::Types::AssetErrorDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotsitewise/types.rb
 
Overview
Contains error details for the requested associate project asset action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #asset_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the asset, in UUID format.
 - 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error code.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error message.
 
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset, in UUID format.
      350 351 352 353 354 355 356  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 350 class AssetErrorDetails < Struct.new( :asset_id, :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#code ⇒ String
The error code.
      350 351 352 353 354 355 356  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 350 class AssetErrorDetails < Struct.new( :asset_id, :code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The error message.
      350 351 352 353 354 355 356  | 
    
      # File 'lib/aws-sdk-iotsitewise/types.rb', line 350 class AssetErrorDetails < Struct.new( :asset_id, :code, :message) SENSITIVE = [] include Aws::Structure end  |