Class: Aws::AlexaForBusiness::Errors::SkillNotLinkedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AlexaForBusiness::Errors::SkillNotLinkedException
- Defined in:
- lib/aws-sdk-alexaforbusiness/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SkillNotLinkedException
constructor
A new instance of SkillNotLinkedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SkillNotLinkedException
Returns a new instance of SkillNotLinkedException.
257 258 259 |
# File 'lib/aws-sdk-alexaforbusiness/errors.rb', line 257 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
262 263 264 |
# File 'lib/aws-sdk-alexaforbusiness/errors.rb', line 262 def @message || @data[:message] end |