Class: Aws::CodeArtifact::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

The operation did not succeed because the resource requested is not found in the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3985
3986
3987
3988
3989
3990
3991
# File 'lib/aws-sdk-codeartifact/types.rb', line 3985

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


3985
3986
3987
3988
3989
3990
3991
# File 'lib/aws-sdk-codeartifact/types.rb', line 3985

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

#resource_typeString

The type of Amazon Web Services resource.

Returns:

  • (String)


3985
3986
3987
3988
3989
3990
3991
# File 'lib/aws-sdk-codeartifact/types.rb', line 3985

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