Class: Aws::Outposts::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

A parameter is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2201
2202
2203
2204
2205
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2201

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end