Class: Aws::AlexaForBusiness::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
The resource is not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3195 3196 3197 3198 3199 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 3195 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |