Class: Aws::Outposts::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
A parameter is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2486 2487 2488 2489 2490 |
# File 'lib/aws-sdk-outposts/types.rb', line 2486 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |