Class: Aws::SES::Types::AlreadyExistsException

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

Overview

Indicates that a resource could not be created because of a naming conflict.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Indicates that a resource could not be created because the resource name already exists.

Returns:

  • (String)


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

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