Class: Aws::RAM::Types::ResourceShareInvitationAlreadyAcceptedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ResourceShareInvitationAlreadyAcceptedException
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
The specified invitation was already accepted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2425 2426 2427 2428 2429 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 2425 class ResourceShareInvitationAlreadyAcceptedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |