Class: Aws::ControlTower::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

The input does not satisfy the constraints specified by an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1857
1858
1859
1860
1861
# File 'lib/aws-sdk-controltower/types.rb', line 1857

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