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.
1578 1579 1580 1581 1582 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1578 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |