Class: Aws::SSMIncidents::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ValidationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2727 2728 2729 2730 2731 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2727 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |