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)


5976
5977
5978
5979
5980
# File 'lib/aws-sdk-connect/types.rb', line 5976

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