Class: Aws::SES::Types::CannotDeleteException

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

Overview

Indicates that the delete operation could not be completed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Indicates that a resource could not be deleted because no resource with the specified name exists.

Returns:

  • (String)


343
344
345
346
347
# File 'lib/aws-sdk-ses/types.rb', line 343

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