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
3404 3405 3406 3407 3408 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3404 class ResourceShareInvitationAlreadyRejectedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |