Class: Aws::CloudWatch::Types::InvalidParameterCombinationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Parameters were used together that cannot be used together.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1931
1932
1933
1934
1935
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1931

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