Class: Aws::LocationService::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ConflictException
- Defined in:
- gems/aws-sdk-locationservice/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
1310 1311 1312 1313 1314 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 1310 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |