Class: Aws::Chime::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

The request could not be processed because of conflict in the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1493
1494
1495
1496
1497
1498
# File 'lib/aws-sdk-chime/types.rb', line 1493

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

#messageString

Returns:

  • (String)


1493
1494
1495
1496
1497
1498
# File 'lib/aws-sdk-chime/types.rb', line 1493

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