Class: Aws::AlexaForBusiness::Types::SkillNotLinkedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SkillNotLinkedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The skill must be linked to a third-party account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4473 4474 4475 4476 4477 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4473 class SkillNotLinkedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |