Class: Aws::SSM::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ValidationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The request isn’t valid. Verify that you entered valid contents for the command and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason_code ⇒ String
The reason code for the invalid request.
Instance Attribute Details
#message ⇒ String
20636 20637 20638 20639 20640 20641 |
# File 'lib/aws-sdk-ssm/types.rb', line 20636 class ValidationException < Struct.new( :message, :reason_code) SENSITIVE = [] include Aws::Structure end |
#reason_code ⇒ String
The reason code for the invalid request.
20636 20637 20638 20639 20640 20641 |
# File 'lib/aws-sdk-ssm/types.rb', line 20636 class ValidationException < Struct.new( :message, :reason_code) SENSITIVE = [] include Aws::Structure end |