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

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

Overview

The resource specified in the request cannot be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3370
3371
3372
3373
3374
3375
3376
# File 'lib/aws-sdk-auditmanager/types.rb', line 3370

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

#resource_idString

The unique identifier for the specified resource.

Returns:

  • (String)


3370
3371
3372
3373
3374
3375
3376
# File 'lib/aws-sdk-auditmanager/types.rb', line 3370

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

#resource_typeString

The type of resource affected by the error.

Returns:

  • (String)


3370
3371
3372
3373
3374
3375
3376
# File 'lib/aws-sdk-auditmanager/types.rb', line 3370

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