Class: Aws::CloudDirectory::Types::FacetNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::FacetNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
The specified Facet could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2884 2885 2886 2887 2888 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2884 class FacetNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |