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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


7707
7708
7709
7710
7711
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7707

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