Class: Aws::Transfer::Types::ResourceNotFoundException

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

Overview

This exception is thrown when a resource is not found by the Amazon Web ServicesTransfer Family service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4396
4397
4398
4399
4400
4401
4402
# File 'lib/aws-sdk-transfer/types.rb', line 4396

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

#resourceString

Returns:

  • (String)


4396
4397
4398
4399
4400
4401
4402
# File 'lib/aws-sdk-transfer/types.rb', line 4396

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

#resource_typeString

Returns:

  • (String)


4396
4397
4398
4399
4400
4401
4402
# File 'lib/aws-sdk-transfer/types.rb', line 4396

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