Class: Aws::DataZone::Types::ValidationException

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

Overview

The input fails to satisfy the constraints specified by the Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


20419
20420
20421
20422
20423
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20419

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