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.
4222 4223 4224 4225 4226 |
# File 'lib/aws-sdk-appstream/types.rb', line 4222 class OperationNotPermittedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |