Class: Aws::SSM::Types::ParameterPatternMismatchException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The parameter name isn’t valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The parameter name isn’t valid.

Returns:

  • (String)


14062
14063
14064
14065
14066
# File 'lib/aws-sdk-ssm/types.rb', line 14062

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