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
2360 2361 2362 2363 2364 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2360 class HandshakeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |