Class: Aws::IAMToolbox::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAMToolbox::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iamtoolbox/types.rb
Overview
The request is malformed or is missing one or more required parameters. Check the request parameters and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
294 295 296 297 298 |
# File 'lib/aws-sdk-iamtoolbox/types.rb', line 294 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |