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
2152 2153 2154 2155 2156 |
# File 'lib/aws-sdk-acmpca/types.rb', line 2152 class PermissionAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |