Sha256: c6d68d1cfad0be763000a5c730a387326bdc7eda5b9a13455c6fdee60b60e522

Contents?: true

Size: 1.67 KB

Versions: 2

Compression:

Stored size: 1.67 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::DataLakeStore::FileSystem
  module Models
    #
    # A WebHDFS exception thrown indicating the file or folder could not be
    # found. Thrown when a 404 error response code is returned (not found).
    #
    class AdlsFileNotFoundException < AdlsRemoteException

      include MsRestAzure


      def initialize
        @exception = "FileNotFoundException"
      end

      attr_accessor :exception


      #
      # Mapper for AdlsFileNotFoundException class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'FileNotFoundException',
          type: {
            name: 'Composite',
            class_name: 'AdlsFileNotFoundException',
            model_properties: {
              java_class_name: {
                required: false,
                read_only: true,
                serialized_name: 'javaClassName',
                type: {
                  name: 'String'
                }
              },
              message: {
                required: false,
                read_only: true,
                serialized_name: 'message',
                type: {
                  name: 'String'
                }
              },
              exception: {
                required: true,
                serialized_name: 'exception',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_datalake_store-0.5.0 lib/generated/azure_mgmt_datalake_store_filesystem/models/adls_file_not_found_exception.rb
azure_mgmt_datalake_store-0.4.0 lib/generated/azure_mgmt_datalake_store_filesystem/models/adls_file_not_found_exception.rb