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
2563 2564 2565 2566 2567 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2563 class HandshakeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |