Class: Aws::Connect::Types::DuplicateResourceException

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

Overview

A resource with the specified name already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7002
7003
7004
7005
7006
# File 'lib/aws-sdk-connect/types.rb', line 7002

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