Class: Aws::BackupGateway::Types::ResourceNotFoundException

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

Overview

A resource that is required for the action wasn't found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

A description of which resource wasn't found.

Returns:

  • (String)


1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1002

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

#messageString

Returns:

  • (String)


1002
1003
1004
1005
1006
1007
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1002

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