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)


2267
2268
2269
2270
2271
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2267

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