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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2854
2855
2856
2857
2858
# File 'lib/aws-sdk-outposts/types.rb', line 2854

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