Class: Aws::ACMPCA::Types::PermissionAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::PermissionAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
The designated permission has already been given to the user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2148 2149 2150 2151 2152 |
# File 'lib/aws-sdk-acmpca/types.rb', line 2148 class PermissionAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |