Class: Aws::DevOpsAgent::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
The request conflicts with the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Detailed error message describing the conflict.
Instance Attribute Details
#message ⇒ String
Detailed error message describing the conflict.
402 403 404 405 406 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 402 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |