Class: Aws::Macie2::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about an error that occurred due to a versioning conflict for a specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1182 1183 1184 1185 1186 |
# File 'lib/aws-sdk-macie2/types.rb', line 1182 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |