Class: Aws::SimpleDBv2::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simpledbv2/lib/aws-sdk-simpledbv2/types.rb

Overview

Indicates a conflict with one or more parameters of the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


20
21
22
23
24
# File 'gems/aws-sdk-simpledbv2/lib/aws-sdk-simpledbv2/types.rb', line 20

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