Class: Aws::Detective::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::ConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-detective/types.rb
 
Overview
The request attempted an invalid action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      187 188 189 190 191  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 187 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |