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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


1083
1084
1085
1086
1087
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1083

class ConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end