Class: Aws::SSM::Types::InvalidPermissionType

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

Overview

The permission type isn't supported. Share is the only supported permission type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10300
10301
10302
10303
10304
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10300

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