Class: Aws::ApplicationInsights::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationInsights::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationinsights/types.rb
Overview
The parameter is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2184 2185 2186 2187 2188 |
# File 'lib/aws-sdk-applicationinsights/types.rb', line 2184 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |