Class: Aws::AppStream::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::InvalidParameterCombinationException
- Defined in:
- gems/aws-sdk-appstream/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.
4268 4269 4270 4271 4272 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4268 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |