Class: Aws::CloudWatchRUM::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
One of the arguments for the request is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1749 1750 1751 1752 1753 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1749 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |