Class: Aws::ACMPCA::Types::PermissionAlreadyExistsException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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