Class: Aws::Organizations::Types::HandshakeNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::HandshakeNotFoundException
- Includes:
- Structure
- Defined in:
- 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
2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-organizations/types.rb', line 2558 class HandshakeNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |