Class: Aws::Macie2::Types::ConflictException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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