Class: Aws::CodeGuruProfiler::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/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
463 464 465 466 467 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 463 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |