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
2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2012 class InvalidParameterCombinationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |