Class: Aws::RAM::Types::ResourceShareInvitationAlreadyAcceptedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ResourceShareInvitationAlreadyAcceptedException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-ram/types.rb', line 3233 class ResourceShareInvitationAlreadyAcceptedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |