Class: Aws::RAM::Types::ResourceShareInvitationAlreadyAcceptedException

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

Overview

The operation failed because the specified invitation was already accepted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3390
3391
3392
3393
3394
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3390

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