Class: Aws::AppStream::Types::IncompatibleImageException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::IncompatibleImageException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The image can’t be updated because it’s not compatible for updates.
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.
3964 3965 3966 3967 3968 |
# File 'lib/aws-sdk-appstream/types.rb', line 3964 class IncompatibleImageException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |