Class: Aws::EC2InstanceConnect::Types::ServiceException

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

Overview

The service encountered an error. Follow the instructions in the error message and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


264
265
266
267
268
# File 'gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/types.rb', line 264

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