Class: Aws::BedrockAgent::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::ConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
This exception is thrown when there is a conflict performing an operation
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Non Blank String.
 
Instance Attribute Details
#message ⇒ String
Non Blank String
      746 747 748 749 750  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 746 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |