Class: Aws::FIS::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb

Overview

The specified input is not valid, or fails to satisfy the constraints for the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2413
2414
2415
2416
2417
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2413

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