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

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


1524
1525
1526
1527
1528
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1524

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