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)


20653
20654
20655
20656
20657
20658
# File 'lib/aws-sdk-ssm/types.rb', line 20653

class ValidationException < Struct.new(
  :message,
  :reason_code)
  SENSITIVE = []
  include Aws::Structure
end

#reason_codeString

The reason code for the invalid request.

Returns:

  • (String)


20653
20654
20655
20656
20657
20658
# File 'lib/aws-sdk-ssm/types.rb', line 20653

class ValidationException < Struct.new(
  :message,
  :reason_code)
  SENSITIVE = []
  include Aws::Structure
end