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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


14333
14334
14335
14336
14337
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14333

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