Class: Aws::ControlTower::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ValidationException
- 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
#message ⇒ String
2092 2093 2094 2095 2096 |
# File 'lib/aws-sdk-controltower/types.rb', line 2092 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |