Class: Aws::DevOpsAgent::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ConflictException
- Defined in:
- gems/aws-sdk-devopsagent/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.
440 441 442 443 444 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 440 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |