Class: Aws::AppStream::Types::OperationNotPermittedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::OperationNotPermittedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The attempted operation is not permitted.
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.
3662 3663 3664 3665 3666 |
# File 'lib/aws-sdk-appstream/types.rb', line 3662 class OperationNotPermittedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |