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)


3365
3366
3367
3368
3369
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3365

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