Class: Aws::Braket::Types::ValidationException

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


1426
1427
1428
1429
1430
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1426

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