Class: Aws::AppStream::Types::EntitlementNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::EntitlementNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The entitlement can't be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message in the exception.
Instance Attribute Details
#message ⇒ String
The error message in the exception.
2742 2743 2744 2745 2746 |
# File 'lib/aws-sdk-appstream/types.rb', line 2742 class EntitlementNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |