Class: Aws::CloudDirectory::Types::FacetValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

The Facet that you provided was not well formed or could not be validated with the schema.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2898
2899
2900
2901
2902
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2898

class FacetValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end