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