Class: Aws::AppStream::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::InvalidParameterCombinationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Indicates an incorrect combination of parameters, or a missing parameter.
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.
3994 3995 3996 3997 3998 |
# File 'lib/aws-sdk-appstream/types.rb', line 3994 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |