Class: Aws::OAM::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
The value of a parameter in the request caused an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
894 895 896 897 898 |
# File 'lib/aws-sdk-oam/types.rb', line 894 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |