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

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


4842
4843
4844
4845
4846
4847
4848
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4842

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

#resourceString

Returns:

  • (String)


4842
4843
4844
4845
4846
4847
4848
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4842

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

#resource_typeString

Returns:

  • (String)


4842
4843
4844
4845
4846
4847
4848
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4842

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