Class: Aws::CodeGuruReviewer::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruReviewer::Types::ConflictException
- Defined in:
- gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb
Overview
The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
475 476 477 478 479 |
# File 'gems/aws-sdk-codegurureviewer/lib/aws-sdk-codegurureviewer/types.rb', line 475 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |