Method: Aws::Transfer::Types::ResourceNotFoundException#resource_type

Defined in:
lib/aws-sdk-transfer/types.rb

#resource_typeString

Returns:

  • (String)


5307
5308
5309
5310
5311
5312
5313
# File 'lib/aws-sdk-transfer/types.rb', line 5307

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