Class: Aws::Lightsail::Errors::NotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-lightsail/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException

Returns a new instance of NotFoundException.

Parameters:



140
141
142
# File 'lib/aws-sdk-lightsail/errors.rb', line 140

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


145
# File 'lib/aws-sdk-lightsail/errors.rb', line 145

def code: () -> ::String

#docsString

Returns:

  • (String)


150
# File 'lib/aws-sdk-lightsail/errors.rb', line 150

def docs: () -> ::String

#messageString

Returns:

  • (String)


155
# File 'lib/aws-sdk-lightsail/errors.rb', line 155

def message: () -> ::String

#tipString

Returns:

  • (String)


160
# File 'lib/aws-sdk-lightsail/errors.rb', line 160

def tip: () -> ::String