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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
4380
# File 'lib/aws-sdk-transfer/types.rb', line 4374

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

#resourceString

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
4380
# File 'lib/aws-sdk-transfer/types.rb', line 4374

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

#resource_typeString

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
4380
# File 'lib/aws-sdk-transfer/types.rb', line 4374

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