Class: Aws::CodeGuruSecurity::Types::ResourceNotFoundException

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

Overview

The resource specified in the request was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The identifier for the error.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1028

class ResourceNotFoundException < Struct.new(
  :error_code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Description of the error.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1028

class ResourceNotFoundException < Struct.new(
  :error_code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier for the resource that was not found.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1028

class ResourceNotFoundException < Struct.new(
  :error_code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource that was not found.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1028

class ResourceNotFoundException < Struct.new(
  :error_code,
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end