Class: Aws::CloudWatch::Types::MissingRequiredParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::MissingRequiredParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
An input parameter that is required is missing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3216 3217 3218 3219 3220 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 3216 class MissingRequiredParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |