Method: Aws::FIS::Types::ValidationException#message

Defined in:
lib/aws-sdk-fis/types.rb

#messageString

Returns:

  • (String)


2847
2848
2849
2850
2851
# File 'lib/aws-sdk-fis/types.rb', line 2847

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