Class: Aws::SSM::Types::InvalidTypeNameException

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

Overview

The parameter type name is not valid.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9251
9252
9253
9254
# File 'lib/aws-sdk-ssm/types.rb', line 9251

class InvalidTypeNameException < Struct.new(
  :message)
  include Aws::Structure
end