Class: Aws::BedrockDataAutomation::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockDataAutomation::Types::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
This exception is thrown when a resource referenced by the operation does not exist
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Non Blank String. 
Instance Attribute Details
#message ⇒ String
Non Blank String
| 1257 1258 1259 1260 1261 | # File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1257 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |