Class: Aws::LocationService::Types::ConflictException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LocationService::Types::ConflictException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-locationservice/types.rb
 
Overview
The request was unsuccessful because of a conflict.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1312 1313 1314 1315 1316  | 
    
      # File 'lib/aws-sdk-locationservice/types.rb', line 1312 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |