Method: Aws::AuditManager::Types::ResourceNotFoundException#resource_id

Defined in:
lib/aws-sdk-auditmanager/types.rb

#resource_idString

The unique identifier for the resource.



4063
4064
4065
4066
4067
4068
4069
# File 'lib/aws-sdk-auditmanager/types.rb', line 4063

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