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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/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)


1360
1361
1362
1363
1364
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1360

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