Class: Aws::CodeCatalyst::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
The request was denied because the requested operation would cause a conflict with the current state of a service resource associated with the request. Another user might have updated the resource. Reload, make sure you have the latest data, and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
68 69 70 71 72 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 68 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |