Class: Aws::OpsWorks::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Indicates that a request was not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
Instance Attribute Details
#message ⇒ String
The exception message.
6112 6113 6114 6115 6116 |
# File 'lib/aws-sdk-opsworks/types.rb', line 6112 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |