Class: Aws::CloudDirectory::Types::IncompatibleSchemaException

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

Overview

Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3200
3201
3202
3203
3204
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3200

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