Class: Aws::OpsWorksCM::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
One or more of the provided request parameters are not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error or informational message that can contain more detail about a validation failure.
Instance Attribute Details
#message ⇒ String
Error or informational message that can contain more detail about a validation failure.
1567 1568 1569 1570 1571 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1567 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |