Class: Aws::CloudDirectory::Types::SchemaAlreadyPublishedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::SchemaAlreadyPublishedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Indicates that a schema is already published.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4901 4902 4903 4904 4905 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4901 class SchemaAlreadyPublishedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |