Class: Aws::CloudDirectory::Types::IncompatibleSchemaException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::IncompatibleSchemaException
- 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
#message ⇒ 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 |