Class: Aws::RAM::Types::PermissionAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb

Overview

The operation failed because a permission with the specified name already exists in the requested Amazon Web Services Region. Choose a different name.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2477
2478
2479
2480
2481
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2477

class PermissionAlreadyExistsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end