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
3802 3803 3804 3805 3806 |
# File 'lib/aws-sdk-outposts/types.rb', line 3802 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |