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
1178 1179 1180 1181 1182 |
# File 'lib/aws-sdk-macie2/types.rb', line 1178 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |