Class: Aws::AppIntegrationsService::Types::DuplicateResourceException

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


575
576
577
578
579
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 575

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