Class: Aws::Transfer::Types::ResourceExistsException

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

Overview

The requested resource does not exist.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1122
1123
1124
1125
1126
1127
# File 'lib/aws-sdk-transfer/types.rb', line 1122

class ResourceExistsException < Struct.new(
  :message,
  :resource,
  :resource_type)
  include Aws::Structure
end

#resourceString

Returns:

  • (String)


1122
1123
1124
1125
1126
1127
# File 'lib/aws-sdk-transfer/types.rb', line 1122

class ResourceExistsException < Struct.new(
  :message,
  :resource,
  :resource_type)
  include Aws::Structure
end

#resource_typeString

Returns:

  • (String)


1122
1123
1124
1125
1126
1127
# File 'lib/aws-sdk-transfer/types.rb', line 1122

class ResourceExistsException < Struct.new(
  :message,
  :resource,
  :resource_type)
  include Aws::Structure
end