Class: Aws::SecurityAgent::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ConflictException
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
The request could not be completed due to a conflict with the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error description.
Instance Attribute Details
#message ⇒ String
Error description.
1336 1337 1338 1339 1340 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1336 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |