Class: Aws::MailManager::Types::ConflictException

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

Overview

The request configuration has conflicts. For details, see the accompanying error message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


361
362
363
364
365
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 361

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