Class: Aws::CloudWatch::Types::InvalidParameterCombinationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::InvalidParameterCombinationException
- 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
#message ⇒ String
1945 1946 1947 1948 1949 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1945 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |