Class: Aws::SSM::Types::InvalidPermissionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidPermissionType
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
10607 10608 10609 10610 10611 |
# File 'lib/aws-sdk-ssm/types.rb', line 10607 class InvalidPermissionType < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |