Class: Aws::RAM::Types::ResourceShareInvitationExpiredException

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 is past its expiration date and time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3279
3280
3281
3282
3283
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3279

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