Class: Aws::WorkSpaces::Types::InvalidParameterCombinationException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The exception error message.

Returns:

  • (String)


3416
3417
3418
3419
3420
# File 'lib/aws-sdk-workspaces/types.rb', line 3416

class InvalidParameterCombinationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end