Class: Aws::LambdaMicrovms::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::ValidationException
- Defined in:
- gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb
Overview
The input does not satisfy the constraints specified by the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2423 2424 2425 2426 2427 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb', line 2423 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |