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
2086 2087 2088 2089 2090 |
# File 'lib/aws-sdk-controltower/types.rb', line 2086 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |