Class: Aws::EC2InstanceConnect::Types::EC2InstanceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2instanceconnect/types.rb

Overview

The specified instance was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


34
35
36
37
38
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 34

class EC2InstanceNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end