Class: Aws::Schemas::Types::ConflictException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


63
64
65
66
67
68
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 63

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

#messageString

Returns:

  • (String)


63
64
65
66
67
68
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 63

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