Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 688 Bytes

File metadata and controls

22 lines (16 loc) · 688 Bytes

NutanixVmm::VmmV40ErrorSchemaValidationErrorMessage

Properties

Name Type Description Notes
location String The part of the request that failed validation. Validation can fail for path, query parameters, and request body. [optional]
message String The detailed message for the validation error. [optional]
attribute_path String The path of the attribute that failed validation in the schema. [optional]

Example

require 'nutanix_vmm'

instance = NutanixVmm::VmmV40ErrorSchemaValidationErrorMessage.new(
  location: null,
  message: null,
  attribute_path: null
)