Class: Aws::AppStream::Types::InvalidParameterCombinationException

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

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)


3994
3995
3996
3997
3998
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3994

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