Class: Aws::WorkSpaces::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::InvalidParameterCombinationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Two or more of the selected parameter values cannot be used together.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception error message.
Instance Attribute Details
#message ⇒ String
The exception error message.
3416 3417 3418 3419 3420 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3416 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |