Sha256: baf65adf6167b0a64854f0a86f836f6b7d20b553a18108d2b5ca0bedfeea44b2

Contents?: true

Size: 1.73 KB

Versions: 2

Compression:

Stored size: 1.73 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 that the requested operation is
    # not supported. Thrown when a 400 error response code is returned (bad
    # request).
    #
    class AdlsUnsupportedOperationException < AdlsRemoteException

      include MsRestAzure


      def initialize
        @exception = "UnsupportedOperationException"
      end

      attr_accessor :exception


      #
      # Mapper for AdlsUnsupportedOperationException class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'UnsupportedOperationException',
          type: {
            name: 'Composite',
            class_name: 'AdlsUnsupportedOperationException',
            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_unsupported_operation_exception.rb
azure_mgmt_datalake_store-0.4.0 lib/generated/azure_mgmt_datalake_store_filesystem/models/adls_unsupported_operation_exception.rb