Class: Aws::RAM::Types::ResourceShareInvitationAlreadyRejectedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ResourceShareInvitationAlreadyRejectedException
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
The operation failed because the specified invitation was already rejected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3379 class ResourceShareInvitationAlreadyRejectedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |