Class: Aws::Tnb::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-tnb/types.rb
Overview
Unable to process the request because the client provided input failed to satisfy request constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-tnb/types.rb', line 2605 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |