Class: Aws::Omics::Types::ValidationException

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


8043
8044
8045
8046
8047
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8043

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