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)


6861
6862
6863
6864
6865
# File 'lib/aws-sdk-connect/types.rb', line 6861

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