Class: Aws::Organizations::Types::HandshakeNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::HandshakeNotFoundException
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
We can't find a handshake with the HandshakeId that you specified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2546 2547 2548 2549 2550 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2546 class HandshakeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |