Class: Aws::FSx::Types::NotServiceResourceError
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::NotServiceResourceError
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
The resource specified for the tagging operation is not a resource type owned by Amazon FSx. Use the API of the relevant service to perform the operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A detailed error message.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
 
Instance Attribute Details
#message ⇒ String
A detailed error message.
      6863 6864 6865 6866 6867 6868  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 6863 class NotServiceResourceError < Struct.new( :resource_arn, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
      6863 6864 6865 6866 6867 6868  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 6863 class NotServiceResourceError < Struct.new( :resource_arn, :message) SENSITIVE = [] include Aws::Structure end  |