Class: Aws::SsmSap::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmsap/types.rb

Overview

The input fails to satisfy the constraints specified by an AWS service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2040
2041
2042
2043
2044
# File 'lib/aws-sdk-ssmsap/types.rb', line 2040

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