Class: Aws::Scheduler::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ValidationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
The input fails to satisfy the constraints specified by an AWS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1452 1453 1454 1455 1456 |
# File 'lib/aws-sdk-scheduler/types.rb', line 1452 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |