Class: Aws::AuditManager::Types::ResourceNotFoundException

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

Overview

The resource that's specified in the request can't be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3946
3947
3948
3949
3950
3951
3952
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3946

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

#resource_idString

The unique identifier for the resource.

Returns:

  • (String)


3946
3947
3948
3949
3950
3951
3952
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3946

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

#resource_typeString

The type of resource that's affected by the error.

Returns:

  • (String)


3946
3947
3948
3949
3950
3951
3952
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3946

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