Class: Aws::LicenseManager::Errors::FailedDependencyException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FailedDependencyException.

Parameters:



119
120
121
# File 'lib/aws-sdk-licensemanager/errors.rb', line 119

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

Instance Method Details

#error_codeString

Returns:

  • (String)


129
# File 'lib/aws-sdk-licensemanager/errors.rb', line 129

def error_code: () -> ::String

#messageString

Returns:

  • (String)


124
# File 'lib/aws-sdk-licensemanager/errors.rb', line 124

def message: () -> ::String