Class: Aws::SSM::Types::ValidationException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_codeString

The reason code for the invalid request.

Returns:

  • (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