Class: Aws::EBS::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ebs/types.rb
Overview
The request uses the same client token as a previous, but non-identical request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
159 160 161 162 163 |
# File 'lib/aws-sdk-ebs/types.rb', line 159 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |