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
10609 10610 10611 10612 10613 |
# File 'lib/aws-sdk-ssm/types.rb', line 10609 class InvalidPermissionType < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |