Class: Aws::CodeGuruSecurity::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



132
133
134
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 132

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

Instance Method Details

#error_codeString

Returns:

  • (String)


137
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 137

def error_code: () -> ::String

#messageString

Returns:

  • (String)


142
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 142

def message: () -> ::String

#resource_idString

Returns:

  • (String)


147
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 147

def resource_id: () -> ::String

#resource_typeString

Returns:

  • (String)


152
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 152

def resource_type: () -> ::String